#B9244F

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

Shades of Old Rose #B9244F

Tints of Old Rose #B9244F

Color information

#B9244F (or 0xB9244F) is unknown color: approx Old Rose. HEX triplet: B9, 24 and 4F. RGB value is (185,36,79). Sum of RGB (Red+Green+Blue) = 185+36+79=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9244F is #46DBB0. Grayscale: #555555. Windows color (decimal): -4643761 or 5186745. OLE color: 5186745.

HSL color Cylindrical-coordinate representation of color #B9244F: hue angle of 342.68º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9244F is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1853679-
CMYK00.810.570.27
HSL342.68º67.42%43.33%-
HSV(B)342.68º80.54%72.55%-
XYZ22.0512.148.58-
YUV85.45124.36199-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.67%
GREEN value IS 36 (14.45% from 255) = 12%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=61.67%
G=12%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185367900.810.570.27342.6867.4243.33
HexB9244F051391B157432b
Octal271441170121713352710353
Binary10111001100100100111101010001111001110111010101111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9244F; }

 p { color: rgb(185,36,79); }

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

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

 a { background-color: rgb(185,36,79); }

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

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

 span { border-color: rgb(185,36,79); }

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