Html Css Color HEX #B5244C Old Rose

📋 copy color: '#B5244C'

red 181 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #B5244C

Tints of Old Rose #B5244C

RGB

 RED value IS 181 (71.09% from 255) = 61.77%

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

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

R = 61.77%
G = 12.29%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5244C (or 0xB5244C) is known color: Old Rose. HEX triplet: B5, 24 and 4C. RGB value is (181,36,76). Sum of RGB (Red+Green+Blue) = 181+36+76=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5244C is #4ADBB3. Grayscale: #535353. Windows color (decimal): -4905908 or 4990133. OLE color: 4990133.

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

Color convert

RGB 181 36 76 -
CMYK 0 0.80 0.58 0.29
HSL 343.45º 0.67% 0.43% -
HSV(B) 343.45º 0.8% 0.71% -
XYZ 20.99 11.61 7.97 -
YUV 83.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 181 36 76 0 0.80 0.58 0.29 343.45 0.67 0.43
Hex B5 24 4C 0 50 3A 1D 157 43 2B
Octal 265 44 114 0 120 72 35 527 103 53
Binary 10110101 100100 1001100 0 1010000 111010 11101 101010111 1000011 101011

Color Harmonies of #B5244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5244C

Black with #B5244C

Text Example


Text Example

White with #B5244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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