Html Css Color HEX #B33F24 Medium Carmine

📋 copy color: '#B33F24'

red 179 ◦ green 63 ◦ blue 36

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

Shades of Medium Carmine #B33F24

Tints of Medium Carmine #B33F24

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

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

R = 64.39%
G = 22.66%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B33F24 (or 0xB33F24) is known color: Medium Carmine. HEX triplet: B3, 3F and 24. RGB value is (179,63,36). Sum of RGB (Red+Green+Blue) = 179+63+36=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F24 is #4CC0DB. Grayscale: #5E5E5E. Windows color (decimal): -5030108 or 2375603. OLE color: 2375603.

HSL color Cylindrical-coordinate representation of color #B33F24: hue angle of 11.33º 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 #B33F24 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 36 -
CMYK 0 0.65 0.80 0.30
HSL 11.33º 0.67% 0.42% -
HSV(B) 11.33º 0.8% 0.7% -
XYZ 20.69 13.27 3.14 -
YUV 94.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 179 63 36 0 0.65 0.80 0.30 11.33 0.67 0.42
Hex B3 3F 24 0 41 50 1E B 43 2A
Octal 263 77 44 0 101 120 36 13 103 52
Binary 10110011 111111 100100 0 1000001 1010000 11110 1011 1000011 101010

Color Harmonies of #B33F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F24

Black with #B33F24

Text Example


Text Example

White with #B33F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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