#B03341

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

Shades of Old Rose #B03341

Tints of Old Rose #B03341

Color information

#B03341 (or 0xB03341) is unknown color: approx Old Rose. HEX triplet: B0, 33 and 41. RGB value is (176,51,65). Sum of RGB (Red+Green+Blue) = 176+51+65=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B03341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03341 is #4FCCBE. Grayscale: #5A5A5A. Windows color (decimal): -5229759 or 4273072. OLE color: 4273072.

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

Color convert

RGB1765165-
CMYK00.710.630.31
HSL353.28º55.07%44.51%-
HSV(B)353.28º71.02%69.02%-
XYZ20.0411.986.26-
YUV89.97113.91189.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.27%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=60.27%
G=17.47%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176516500.710.630.31353.2855.0744.51
HexB033410473F1F161372d
Octal26063101010777375416755
Binary1011000011001110000010100011111111111111101100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03341; }

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

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

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

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

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

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

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

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