#B03142

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

Shades of Old Rose #B03142

Tints of Old Rose #B03142

Color information

#B03142 (or 0xB03142) is unknown color: approx Old Rose. HEX triplet: B0, 31 and 42. RGB value is (176,49,66). Sum of RGB (Red+Green+Blue) = 176+49+66=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B03142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03142 is #4FCEBD. Grayscale: #585858. Windows color (decimal): -5230270 or 4338096. OLE color: 4338096.

HSL color Cylindrical-coordinate representation of color #B03142: hue angle of 351.97º 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 #B03142 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1764966-
CMYK00.720.620.31
HSL351.97º56.44%44.12%-
HSV(B)351.97º72.16%69.02%-
XYZ19.9911.826.38-
YUV88.91115.08190.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=60.48%
G=16.84%
B=22.68%

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
Decimal176496600.720.620.31351.9756.4444.12
HexB031420483E1F160382c
Octal26061102011076375407054
Binary1011000011000110000100100100011111011111101100000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03142; }

 p { color: rgb(176,49,66); }

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

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

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

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

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

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

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