Html Css Color HEX #B5254C Old Rose

📋 copy color: '#B5254C'

red 181 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #B5254C

Tints of Old Rose #B5254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 61.56%
G = 12.59%
B = 25.85%

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

#B5254C (or 0xB5254C) is known color: Old Rose. HEX triplet: B5, 25 and 4C. RGB value is (181,37,76). Sum of RGB (Red+Green+Blue) = 181+37+76=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5254C is #4ADAB3. Grayscale: #545454. Windows color (decimal): -4905652 or 4990389. OLE color: 4990389.

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

Color convert

RGB 181 37 76 -
CMYK 0 0.80 0.58 0.29
HSL 343.75º 0.66% 0.43% -
HSV(B) 343.75º 0.8% 0.71% -
XYZ 21.02 11.67 7.98 -
YUV 84.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 181 37 76 0 0.80 0.58 0.29 343.75 0.66 0.43
Hex B5 25 4C 0 50 3A 1D 158 42 2B
Octal 265 45 114 0 120 72 35 530 102 53
Binary 10110101 100101 1001100 0 1010000 111010 11101 101011000 1000010 101011

Color Harmonies of #B5254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5254C

Black with #B5254C

Text Example


Text Example

White with #B5254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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