Html Css Color HEX #B33624 Medium Carmine

📋 copy color: '#B33624'

red 179 ◦ green 54 ◦ blue 36

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

Shades of Medium Carmine #B33624

Tints of Medium Carmine #B33624

RGB

 RED value IS 179 (70.31% from 255) = 66.54%

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

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 66.54%
G = 20.07%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B33624 (or 0xB33624) is known color: Medium Carmine. HEX triplet: B3, 36 and 24. RGB value is (179,54,36). Sum of RGB (Red+Green+Blue) = 179+54+36=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33624 is #4CC9DB. Grayscale: #595959. Windows color (decimal): -5032412 or 2373299. OLE color: 2373299.

HSL color Cylindrical-coordinate representation of color #B33624: hue angle of 7.55º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B33624 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 36 -
CMYK 0 0.70 0.80 0.30
HSL 7.55º 0.67% 0.42% -
HSV(B) 7.55º 0.8% 0.7% -
XYZ 20.23 12.35 2.99 -
YUV 89.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 179 54 36 0 0.70 0.80 0.30 7.55 0.67 0.42
Hex B3 36 24 0 46 50 1E 8 43 2A
Octal 263 66 44 0 106 120 36 10 103 52
Binary 10110011 110110 100100 0 1000110 1010000 11110 1000 1000011 101010

Color Harmonies of #B33624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33624

Black with #B33624

Text Example


Text Example

White with #B33624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33624; }

 p { color: rgb(179,54,36); }

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

background-color css

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

 a { background-color: rgb(179,54,36); }

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

border-color css

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

 span { border-color: rgb(179,54,36); }

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