#B63344

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

Shades of Old Rose #B63344

Tints of Old Rose #B63344

Color information

#B63344 (or 0xB63344) is unknown color: approx Old Rose. HEX triplet: B6, 33 and 44. RGB value is (182,51,68). Sum of RGB (Red+Green+Blue) = 182+51+68=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63344 is #49CCBB. Grayscale: #5C5C5C. Windows color (decimal): -4836540 or 4469686. OLE color: 4469686.

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

Color convert

RGB1825168-
CMYK00.720.630.29
HSL352.21º56.22%45.69%-
HSV(B)352.21º71.98%71.37%-
XYZ21.5212.736.79-
YUV92.11114.4192.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.47%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=60.47%
G=16.94%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182516800.720.630.29352.2156.2245.69
HexB633440483F1D160382e
Octal26663104011077355407056
Binary1011011011001110001000100100011111111101101100000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63344; }

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

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

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

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

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

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

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

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