Html Css Color HEX #B22959 Old Rose

📋 copy color: '#B22959'

red 178 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #B22959

Tints of Old Rose #B22959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 57.79%
G = 13.31%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B22959 (or 0xB22959) is known color: Old Rose. HEX triplet: B2, 29 and 59. RGB value is (178,41,89). Sum of RGB (Red+Green+Blue) = 178+41+89=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B22959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22959 is #4DD6A6. Grayscale: #575757. Windows color (decimal): -5101223 or 5843378. OLE color: 5843378.

HSL color Cylindrical-coordinate representation of color #B22959: hue angle of 338.98º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22959 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 89 -
CMYK 0 0.77 0.5 0.30
HSL 338.98º 0.63% 0.43% -
HSV(B) 338.98º 0.77% 0.7% -
XYZ 20.96 11.77 10.62 -
YUV 87.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 178 41 89 0 0.77 0.5 0.30 338.98 0.63 0.43
Hex B2 29 59 0 4D 32 1E 153 3F 2B
Octal 262 51 131 0 115 62 36 523 77 53
Binary 10110010 101001 1011001 0 1001101 110010 11110 101010011 111111 101011

Color Harmonies of #B22959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22959

Black with #B22959

Text Example


Text Example

White with #B22959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22959; }

 p { color: rgb(178,41,89); }

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

background-color css

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

 a { background-color: rgb(178,41,89); }

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

border-color css

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

 span { border-color: rgb(178,41,89); }

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