#b33621

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

Shades of Medium Carmine #B33621

Tints of Medium Carmine #B33621

Color information

#B33621 (or 0xB33621) is unknown color: approx Medium Carmine. HEX triplet: B3, 36 and 21. RGB value is (179,54,33). Sum of RGB (Red+Green+Blue) = 179+54+33=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B33621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33621 is #4CC9DE. Grayscale: #595959. Windows color (decimal): -5032415 or 2176691. OLE color: 2176691.

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

Color convert

RGB1795433-
CMYK00.700.820.30
HSL8.63º68.87%41.57%-
HSV(B)8.63º81.56%70.2%-
XYZ20.1812.332.76-
YUV88.9896.41192.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.29%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=67.29%
G=20.30%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179543300.700.820.308.6368.8741.57
HexB33621046521E9452a
Octal26366410106122361110552
Binary101100111101101000010100011010100101111010011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33621; }

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

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

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

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

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

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

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

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