#b33622

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

Shades of Medium Carmine #B33622

Tints of Medium Carmine #B33622

Color information

#B33622 (or 0xB33622) is unknown color: approx Medium Carmine. HEX triplet: B3, 36 and 22. RGB value is (179,54,34). Sum of RGB (Red+Green+Blue) = 179+54+34=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33622 is #4CC9DD. Grayscale: #595959. Windows color (decimal): -5032414 or 2242227. OLE color: 2242227.

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

Color convert

RGB1795434-
CMYK00.700.810.30
HSL8.28º68.08%41.76%-
HSV(B)8.28º81.01%70.2%-
XYZ20.212.342.83-
YUV89.196.91192.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=67.04%
G=20.22%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179543400.700.810.308.2868.0841.76
HexB33622046511E8442a
Octal26366420106121361010452
Binary101100111101101000100100011010100011111010001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33622; }

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

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

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

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

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

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

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

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