#B73944

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

Shades of Old Rose #B73944

Tints of Old Rose #B73944

Color information

#B73944 (or 0xB73944) is unknown color: approx Old Rose. HEX triplet: B7, 39 and 44. RGB value is (183,57,68). Sum of RGB (Red+Green+Blue) = 183+57+68=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73944 is #48C6BB. Grayscale: #606060. Windows color (decimal): -4769468 or 4471223. OLE color: 4471223.

HSL color Cylindrical-coordinate representation of color #B73944: hue angle of 354.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73944 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1835768-
CMYK00.690.630.28
HSL354.76º52.5%47.06%-
HSV(B)354.76º68.85%71.76%-
XYZ22.0313.416.9-
YUV95.93112.24190.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=59.42%
G=18.51%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183576800.690.630.28354.7652.547.06
HexB739440453F1C163342f
Octal26771104010577345436457
Binary1011011111100110001000100010111111111100101100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73944; }

 p { color: rgb(183,57,68); }

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

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

 a { background-color: rgb(183,57,68); }

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

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

 span { border-color: rgb(183,57,68); }

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