Html Css Color HEX #B22552 Old Rose

📋 copy color: '#B22552'

red 178 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #B22552

Tints of Old Rose #B22552

RGB

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

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

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

R = 59.93%
G = 12.46%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B22552 (or 0xB22552) is known color: Old Rose. HEX triplet: B2, 25 and 52. RGB value is (178,37,82). Sum of RGB (Red+Green+Blue) = 178+37+82=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B22552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22552 is #4DDAAD. Grayscale: #545454. Windows color (decimal): -5102254 or 5383602. OLE color: 5383602.

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

Color convert

RGB 178 37 82 -
CMYK 0 0.79 0.54 0.30
HSL 340.85º 0.66% 0.42% -
HSV(B) 340.85º 0.79% 0.7% -
XYZ 20.54 11.4 9.1 -
YUV 84.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 178 37 82 0 0.79 0.54 0.30 340.85 0.66 0.42
Hex B2 25 52 0 4F 36 1E 155 42 2A
Octal 262 45 122 0 117 66 36 525 102 52
Binary 10110010 100101 1010010 0 1001111 110110 11110 101010101 1000010 101010

Color Harmonies of #B22552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22552

Black with #B22552

Text Example


Text Example

White with #B22552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22552; }

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

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

background-color css

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

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

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

border-color css

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

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

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