#B63952

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

Shades of Old Rose #B63952

Tints of Old Rose #B63952

Color information

#B63952 (or 0xB63952) is unknown color: approx Old Rose. HEX triplet: B6, 39 and 52. RGB value is (182,57,82). Sum of RGB (Red+Green+Blue) = 182+57+82=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B63952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63952 is #49C6AD. Grayscale: #616161. Windows color (decimal): -4834990 or 5388726. OLE color: 5388726.

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

Color convert

RGB1825782-
CMYK00.690.550.29
HSL348º52.3%46.86%-
HSV(B)348º68.68%71.37%-
XYZ22.2813.489.41-
YUV97.22119.41188.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=56.70%
G=17.76%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182578200.690.550.2934852.346.86
HexB63952045371D15c342f
Octal26671122010567355346457
Binary1011011011100110100100100010111011111101101011100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63952; }

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

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

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

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

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

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

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

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