#B73142

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

Shades of Old Rose #B73142

Tints of Old Rose #B73142

Color information

#B73142 (or 0xB73142) is unknown color: approx Old Rose. HEX triplet: B7, 31 and 42. RGB value is (183,49,66). Sum of RGB (Red+Green+Blue) = 183+49+66=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B73142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73142 is #48CEBD. Grayscale: #5B5B5B. Windows color (decimal): -4771518 or 4338103. OLE color: 4338103.

HSL color Cylindrical-coordinate representation of color #B73142: hue angle of 352.39º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73142 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1834966-
CMYK00.730.640.28
HSL352.39º57.76%45.49%-
HSV(B)352.39º73.22%71.76%-
XYZ21.6112.666.46-
YUV91113.89193.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.41%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=61.41%
G=16.44%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183496600.730.640.28352.3957.7645.49
HexB73142049401C1603a2d
Octal267611020111100345407255
Binary10110111110001100001001001001100000011100101100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73142; }

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

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

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

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

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

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

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

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