#B03243

Color #B03243 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B03243

Tints of Old Rose #B03243

Color information

#B03243 (or 0xB03243) is unknown color: approx Old Rose. HEX triplet: B0, 32 and 43. RGB value is (176,50,67). Sum of RGB (Red+Green+Blue) = 176+50+67=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B03243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03243 is #4FCDBC. Grayscale: #595959. Windows color (decimal): -5230013 or 4403888. OLE color: 4403888.

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

Color convert

RGB1765067-
CMYK00.720.620.31
HSL351.9º55.75%44.31%-
HSV(B)351.9º71.59%69.02%-
XYZ20.0611.926.55-
YUV89.61115.24189.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=60.07%
G=17.06%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176506700.720.620.31351.955.7544.31
HexB032430483E1F160382c
Octal26062103011076375407054
Binary1011000011001010000110100100011111011111101100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03243; }

 p { color: rgb(176,50,67); }

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

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

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

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

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

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

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