#B6244E

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

Shades of Old Rose #B6244E

Tints of Old Rose #B6244E

Color information

#B6244E (or 0xB6244E) is unknown color: approx Old Rose. HEX triplet: B6, 24 and 4E. RGB value is (182,36,78). Sum of RGB (Red+Green+Blue) = 182+36+78=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6244E is #49DBB1. Grayscale: #545454. Windows color (decimal): -4840370 or 5121206. OLE color: 5121206.

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

Color convert

RGB1823678-
CMYK00.800.570.29
HSL342.74º66.97%42.75%-
HSV(B)342.74º80.22%71.37%-
XYZ21.311.768.35-
YUV84.44124.37197.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 36 (14.45% from 255) = 12.16%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=61.49%
G=12.16%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182367800.800.570.29342.7466.9742.75
HexB6244E050391D157432b
Octal266441160120713552710353
Binary10110110100100100111001010000111001111011010101111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6244E; }

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

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

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

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

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

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

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

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