#B63949

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

Shades of Old Rose #B63949

Tints of Old Rose #B63949

Color information

#B63949 (or 0xB63949) is unknown color: approx Old Rose. HEX triplet: B6, 39 and 49. RGB value is (182,57,73). Sum of RGB (Red+Green+Blue) = 182+57+73=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B63949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63949 is #49C6B6. Grayscale: #606060. Windows color (decimal): -4834999 or 4798902. OLE color: 4798902.

HSL color Cylindrical-coordinate representation of color #B63949: hue angle of 352.32º 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 #B63949 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1825773-
CMYK00.690.600.29
HSL352.32º52.3%46.86%-
HSV(B)352.32º68.68%71.37%-
XYZ21.9613.357.72-
YUV96.2114.91189.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=58.33%
G=18.27%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182577300.690.600.29352.3252.346.86
HexB639490453C1D160342f
Octal26671111010574355406457
Binary1011011011100110010010100010111110011101101100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63949; }

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

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

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

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

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

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

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

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