#B6245C

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

Shades of Old Rose #B6245C

Tints of Old Rose #B6245C

Color information

#B6245C (or 0xB6245C) is unknown color: approx Old Rose. HEX triplet: B6, 24 and 5C. RGB value is (182,36,92). Sum of RGB (Red+Green+Blue) = 182+36+92=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6245C is #49DBA3. Grayscale: #555555. Windows color (decimal): -4840356 or 6038710. OLE color: 6038710.

HSL color Cylindrical-coordinate representation of color #B6245C: hue angle of 336.99º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6245C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1823692-
CMYK00.800.490.29
HSL336.99º66.97%42.75%-
HSV(B)336.99º80.22%71.37%-
XYZ21.8511.9811.29-
YUV86.04131.37196.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 36 (14.45% from 255) = 11.61%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=58.71%
G=11.61%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182369200.800.490.29336.9966.9742.75
HexB6245C050311D151432b
Octal266441340120613552110353
Binary10110110100100101110001010000110001111011010100011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6245C; }

 p { color: rgb(182,36,92); }

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

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

 a { background-color: rgb(182,36,92); }

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

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

 span { border-color: rgb(182,36,92); }

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