Html Css Color HEX #B22052 Old Rose

📋 copy color: '#B22052'

red 178 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #B22052

Tints of Old Rose #B22052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 60.96%
G = 10.96%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B22052 (or 0xB22052) is known color: Old Rose. HEX triplet: B2, 20 and 52. RGB value is (178,32,82). Sum of RGB (Red+Green+Blue) = 178+32+82=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B22052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22052 is #4DDFAD. Grayscale: #515151. Windows color (decimal): -5103534 or 5382322. OLE color: 5382322.

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

Color convert

RGB 178 32 82 -
CMYK 0 0.82 0.54 0.30
HSL 339.45º 0.7% 0.41% -
HSV(B) 339.45º 0.82% 0.7% -
XYZ 20.4 11.11 9.05 -
YUV 81.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 178 32 82 0 0.82 0.54 0.30 339.45 0.7 0.41
Hex B2 20 52 0 52 36 1E 153 46 29
Octal 262 40 122 0 122 66 36 523 106 51
Binary 10110010 100000 1010010 0 1010010 110110 11110 101010011 1000110 101001

Color Harmonies of #B22052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22052

Black with #B22052

Text Example


Text Example

White with #B22052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22052; }

 p { color: rgb(178,32,82); }

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

background-color css

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

 a { background-color: rgb(178,32,82); }

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

border-color css

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

 span { border-color: rgb(178,32,82); }

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