Html Css Color HEX #B9244C Old Rose

📋 copy color: '#B9244C'

red 185 ◦ green 36 ◦ blue 76

#B9244C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B9244C

Tints of Old Rose #B9244C

RGB

 RED value IS 185 (72.66% from 255) = 62.29%

 GREEN value IS 36 (14.45% from 255) = 12.12%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 62.29%
G = 12.12%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9244C (or 0xB9244C) is known color: Old Rose. HEX triplet: B9, 24 and 4C. RGB value is (185,36,76). Sum of RGB (Red+Green+Blue) = 185+36+76=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9244C is #46DBB3. Grayscale: #555555. Windows color (decimal): -4643764 or 4990137. OLE color: 4990137.

HSL color Cylindrical-coordinate representation of color #B9244C: hue angle of 343.89º 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 #B9244C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 76 -
CMYK 0 0.81 0.59 0.27
HSL 343.89º 0.67% 0.43% -
HSV(B) 343.89º 0.81% 0.73% -
XYZ 21.94 12.1 8.02 -
YUV 85.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 185 36 76 0 0.81 0.59 0.27 343.89 0.67 0.43
Hex B9 24 4C 0 51 3B 1B 158 43 2B
Octal 271 44 114 0 121 73 33 530 103 53
Binary 10111001 100100 1001100 0 1010001 111011 11011 101011000 1000011 101011

Color Harmonies of #B9244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9244C

Black with #B9244C

Text Example


Text Example

White with #B9244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9244C; }

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

 H1.HeaderClassName
 {
   color: #B9244C;
 }
 .AnyTagClassName
 {
   color: #B9244C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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