Html Css Color HEX #B22555 Old Rose

📋 copy color: '#B22555'

red 178 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #B22555

Tints of Old Rose #B22555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 59.33%
G = 12.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B22555 (or 0xB22555) is known color: Old Rose. HEX triplet: B2, 25 and 55. RGB value is (178,37,85). Sum of RGB (Red+Green+Blue) = 178+37+85=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B22555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22555 is #4DDAAA. Grayscale: #545454. Windows color (decimal): -5102251 or 5580210. OLE color: 5580210.

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

Color convert

RGB 178 37 85 -
CMYK 0 0.79 0.52 0.30
HSL 339.57º 0.66% 0.42% -
HSV(B) 339.57º 0.79% 0.7% -
XYZ 20.66 11.44 9.71 -
YUV 84.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 178 37 85 0 0.79 0.52 0.30 339.57 0.66 0.42
Hex B2 25 55 0 4F 34 1E 154 42 2A
Octal 262 45 125 0 117 64 36 524 102 52
Binary 10110010 100101 1010101 0 1001111 110100 11110 101010100 1000010 101010

Color Harmonies of #B22555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22555

Black with #B22555

Text Example


Text Example

White with #B22555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22555; }

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

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

background-color css

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

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

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

border-color css

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

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

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