#B33E24

Color #B33E24 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B33E24

Tints of Medium Carmine #B33E24

Color information

#B33E24 (or 0xB33E24) is unknown color: approx Medium Carmine. HEX triplet: B3, 3E and 24. RGB value is (179,62,36). Sum of RGB (Red+Green+Blue) = 179+62+36=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E24 is #4CC1DB. Grayscale: #5E5E5E. Windows color (decimal): -5030364 or 2375347. OLE color: 2375347.

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

Color convert

RGB1796236-
CMYK00.650.800.30
HSL10.91º66.51%42.16%-
HSV(B)10.91º79.89%70.2%-
XYZ20.6313.163.12-
YUV94.0295.26188.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.62%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 36 (14.45% from 255) = 13.00%
R=64.62%
G=22.38%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179623600.650.800.3010.9166.5142.16
HexB33E24041501Eb432a
Octal26376440101120361310352
Binary101100111111101001000100000110100001111010111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E24; }

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

 H1.HeaderClassName
 {
   color: #B33E24;
 }
 .AnyTagClassName
 {
   color: #B33E24;
 }
</style>
background-color css

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

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

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

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

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

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