#B73344

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

Shades of Old Rose #B73344

Tints of Old Rose #B73344

Color information

#B73344 (or 0xB73344) is unknown color: approx Old Rose. HEX triplet: B7, 33 and 44. RGB value is (183,51,68). Sum of RGB (Red+Green+Blue) = 183+51+68=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73344 is #48CCBB. Grayscale: #5C5C5C. Windows color (decimal): -4771004 or 4469687. OLE color: 4469687.

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

Color convert

RGB1835168-
CMYK00.720.630.28
HSL352.27º56.41%45.88%-
HSV(B)352.27º72.13%71.76%-
XYZ21.7612.856.8-
YUV92.41114.23192.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.60%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=60.60%
G=16.89%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183516800.720.630.28352.2756.4145.88
HexB733440483F1C160382e
Octal26763104011077345407056
Binary1011011111001110001000100100011111111100101100000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73344; }

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

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

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

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

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

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

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

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