#B03333

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

Shades of Medium Carmine #B03333

Tints of Medium Carmine #B03333

Color information

#B03333 (or 0xB03333) is unknown color: approx Medium Carmine. HEX triplet: B0, 33 and 33. RGB value is (176,51,51). Sum of RGB (Red+Green+Blue) = 176+51+51=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B03333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03333 is #4FCCCC. Grayscale: #585858. Windows color (decimal): -5229773 or 3355568. OLE color: 3355568.

HSL color Cylindrical-coordinate representation of color #B03333: hue angle of 0º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03333 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1765151-
CMYK00.710.710.31
HSL55.07%44.51%-
HSV(B)71.02%69.02%-
XYZ19.6911.844.38-
YUV88.38106.91190.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.31%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=63.31%
G=18.35%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176515100.710.710.31055.0744.51
HexB03333047471F0372d
Octal260636301071073706755
Binary10110000110011110011010001111000111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03333; }

 p { color: rgb(176,51,51); }

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

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

 a { background-color: rgb(176,51,51); }

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

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

 span { border-color: rgb(176,51,51); }

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