Html Css Color HEX #B22154 Old Rose

📋 copy color: '#B22154'

red 178 ◦ green 33 ◦ blue 84

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

Shades of Old Rose #B22154

Tints of Old Rose #B22154

RGB

 RED value IS 178 (69.92% from 255) = 60.34%

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 60.34%
G = 11.19%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B22154 (or 0xB22154) is known color: Old Rose. HEX triplet: B2, 21 and 54. RGB value is (178,33,84). Sum of RGB (Red+Green+Blue) = 178+33+84=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B22154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22154 is #4DDEAB. Grayscale: #525252. Windows color (decimal): -5103276 or 5513650. OLE color: 5513650.

HSL color Cylindrical-coordinate representation of color #B22154: hue angle of 338.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22154 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 84 -
CMYK 0 0.81 0.53 0.30
HSL 338.9º 0.69% 0.41% -
HSV(B) 338.9º 0.81% 0.7% -
XYZ 20.5 11.19 9.47 -
YUV 82.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 178 33 84 0 0.81 0.53 0.30 338.9 0.69 0.41
Hex B2 21 54 0 51 35 1E 153 45 29
Octal 262 41 124 0 121 65 36 523 105 51
Binary 10110010 100001 1010100 0 1010001 110101 11110 101010011 1000101 101001

Color Harmonies of #B22154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22154

Black with #B22154

Text Example


Text Example

White with #B22154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22154; }

 p { color: rgb(178,33,84); }

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

background-color css

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

 a { background-color: rgb(178,33,84); }

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

border-color css

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

 span { border-color: rgb(178,33,84); }

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