#b03535

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

Shades of Medium Carmine #B03535

Tints of Medium Carmine #B03535

Color information

#B03535 (or 0xB03535) is unknown color: approx Medium Carmine. HEX triplet: B0, 35 and 35. RGB value is (176,53,53). Sum of RGB (Red+Green+Blue) = 176+53+53=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B03535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03535 is #4FCACA. Grayscale: #595959. Windows color (decimal): -5229259 or 3487152. OLE color: 3487152.

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

Color convert

RGB1765353-
CMYK00.700.700.31
HSL53.71%44.9%-
HSV(B)69.89%69.02%-
XYZ19.8212.034.65-
YUV89.78107.25189.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.41%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=62.41%
G=18.79%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176535300.700.700.31053.7144.9
HexB03535046461F0362d
Octal260656501061063706655
Binary10110000110101110101010001101000110111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03535; }

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

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

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

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

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

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

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

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