#B63944

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

Shades of Old Rose #B63944

Tints of Old Rose #B63944

Color information

#B63944 (or 0xB63944) is unknown color: approx Old Rose. HEX triplet: B6, 39 and 44. RGB value is (182,57,68). Sum of RGB (Red+Green+Blue) = 182+57+68=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B63944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63944 is #49C6BB. Grayscale: #5F5F5F. Windows color (decimal): -4835004 or 4471222. OLE color: 4471222.

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

Color convert

RGB1825768-
CMYK00.690.630.29
HSL354.72º52.3%46.86%-
HSV(B)354.72º68.68%71.37%-
XYZ21.813.296.88-
YUV95.63112.41189.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=59.28%
G=18.57%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182576800.690.630.29354.7252.346.86
HexB639440453F1D163342f
Octal26671104010577355436457
Binary1011011011100110001000100010111111111101101100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63944; }

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

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

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

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

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

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

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

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