Html Css Color HEX #B5224E Old Rose

📋 copy color: '#B5224E'

red 181 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #B5224E

Tints of Old Rose #B5224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 78 (30.86% from 255) = 26.62%

R = 61.77%
G = 11.6%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5224E (or 0xB5224E) is known color: Old Rose. HEX triplet: B5, 22 and 4E. RGB value is (181,34,78). Sum of RGB (Red+Green+Blue) = 181+34+78=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5224E is #4ADDB1. Grayscale: #525252. Windows color (decimal): -4906418 or 5120693. OLE color: 5120693.

HSL color Cylindrical-coordinate representation of color #B5224E: hue angle of 342.04º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5224E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 78 -
CMYK 0 0.81 0.57 0.29
HSL 342.04º 0.68% 0.42% -
HSV(B) 342.04º 0.81% 0.71% -
XYZ 21 11.52 8.32 -
YUV 82.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 181 34 78 0 0.81 0.57 0.29 342.04 0.68 0.42
Hex B5 22 4E 0 51 39 1D 156 44 2A
Octal 265 42 116 0 121 71 35 526 104 52
Binary 10110101 100010 1001110 0 1010001 111001 11101 101010110 1000100 101010

Color Harmonies of #B5224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5224E

Black with #B5224E

Text Example


Text Example

White with #B5224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5224E; }

 p { color: rgb(181,34,78); }

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

background-color css

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

 a { background-color: rgb(181,34,78); }

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

border-color css

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

 span { border-color: rgb(181,34,78); }

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