#B33A28

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

Shades of Medium Carmine #B33A28

Tints of Medium Carmine #B33A28

Color information

#B33A28 (or 0xB33A28) is unknown color: approx Medium Carmine. HEX triplet: B3, 3A and 28. RGB value is (179,58,40). Sum of RGB (Red+Green+Blue) = 179+58+40=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A28 is #4CC5D7. Grayscale: #5C5C5C. Windows color (decimal): -5031384 or 2636467. OLE color: 2636467.

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

Color convert

RGB1795840-
CMYK00.680.780.30
HSL7.77º63.47%42.94%-
HSV(B)7.77º77.65%70.2%-
XYZ20.4912.763.39-
YUV92.1398.59189.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.62%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=64.62%
G=20.94%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179584000.680.780.307.7763.4742.94
HexB33A280444E1E83f2b
Octal2637250010411636107753
Binary10110011111010101000010001001001110111101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A28; }

 p { color: rgb(179,58,40); }

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

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

 a { background-color: rgb(179,58,40); }

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

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

 span { border-color: rgb(179,58,40); }

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