Html Css Color HEX #B22048 Old Rose

📋 copy color: '#B22048'

red 178 ◦ green 32 ◦ blue 72

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

Shades of Old Rose #B22048

Tints of Old Rose #B22048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 63.12%
G = 11.35%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B22048 (or 0xB22048) is known color: Old Rose. HEX triplet: B2, 20 and 48. RGB value is (178,32,72). Sum of RGB (Red+Green+Blue) = 178+32+72=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B22048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22048 is #4DDFB7. Grayscale: #505050. Windows color (decimal): -5103544 or 4726962. OLE color: 4726962.

HSL color Cylindrical-coordinate representation of color #B22048: hue angle of 343.56º 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 #B22048 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 32 72 -
CMYK 0 0.82 0.60 0.30
HSL 343.56º 0.7% 0.41% -
HSV(B) 343.56º 0.82% 0.7% -
XYZ 20.05 10.97 7.19 -
YUV 80.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 178 32 72 0 0.82 0.60 0.30 343.56 0.7 0.41
Hex B2 20 48 0 52 3C 1E 158 46 29
Octal 262 40 110 0 122 74 36 530 106 51
Binary 10110010 100000 1001000 0 1010010 111100 11110 101011000 1000110 101001

Color Harmonies of #B22048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22048

Black with #B22048

Text Example


Text Example

White with #B22048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22048; }

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

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

background-color css

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

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

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

border-color css

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

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

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