#B33C36

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

Shades of Medium Carmine #B33C36

Tints of Medium Carmine #B33C36

Color information

#B33C36 (or 0xB33C36) is unknown color: approx Medium Carmine. HEX triplet: B3, 3C and 36. RGB value is (179,60,54). Sum of RGB (Red+Green+Blue) = 179+60+54=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C36 is #4CC3C9. Grayscale: #5F5F5F. Windows color (decimal): -5030858 or 3554483. OLE color: 3554483.

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

Color convert

RGB1796054-
CMYK00.660.700.30
HSL2.88º53.65%45.69%-
HSV(B)2.88º69.83%70.2%-
XYZ20.8713.084.91-
YUV94.9104.92187.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=61.09%
G=20.48%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179605400.660.700.302.8853.6545.69
HexB33C36042461E3362e
Octal263746601021063636656
Binary101100111111001101100100001010001101111011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C36; }

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

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

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

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

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

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

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

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