Html Css Color HEX #B43630 Medium Carmine

📋 copy color: '#B43630'

red 180 ◦ green 54 ◦ blue 48

#B43630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B43630

Tints of Medium Carmine #B43630

RGB

 RED value IS 180 (70.7% from 255) = 63.83%

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 63.83%
G = 19.15%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.73

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B43630 (or 0xB43630) is known color: Medium Carmine. HEX triplet: B4, 36 and 30. RGB value is (180,54,48). Sum of RGB (Red+Green+Blue) = 180+54+48=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B43630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43630 is #4BC9CF. Grayscale: #5B5B5B. Windows color (decimal): -4966864 or 3159732. OLE color: 3159732.

HSL color Cylindrical-coordinate representation of color #B43630: hue angle of 2.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43630 is Cyan = 0, Magento = 0.7, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 54 48 -
CMYK 0 0.7 0.73 0.29
HSL 2.73º 0.58% 0.45% -
HSV(B) 2.73º 0.73% 0.71% -
XYZ 20.68 12.56 4.13 -
YUV 90.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 180 54 48 0 0.7 0.73 0.29 2.73 0.58 0.45
Hex B4 36 30 0 46 49 1D 3 3A 2D
Octal 264 66 60 0 106 111 35 3 72 55
Binary 10110100 110110 110000 0 1000110 1001001 11101 11 111010 101101

Color Harmonies of #B43630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43630

Black with #B43630

Text Example


Text Example

White with #B43630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43630; }

 p { color: rgb(180,54,48); }

 H1.HeaderClassName
 {
   color: #B43630;
 }
 .AnyTagClassName
 {
   color: #B43630;
 }
</style>

background-color css

<style>
 a { background-color: #B43630; }

 a { background-color: rgb(180,54,48); }

 div.DivClassName
 {
   background-color: #B43630;
 }
 .BgClassName
 {
   background-color: #B43630;
 }
</style>

border-color css

<style>
 span { border-color: #B43630; }

 span { border-color: rgb(180,54,48); }

 td.TdClassName
 {
   border-color: #B43630;
 }
 .TagClassName
 {
   border-color: #B43630;
 }
</style>