Html Css Color HEX #B22456 Old Rose

📋 copy color: '#B22456'

red 178 ◦ green 36 ◦ blue 86

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

Shades of Old Rose #B22456

Tints of Old Rose #B22456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 59.33%
G = 12%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B22456 (or 0xB22456) is known color: Old Rose. HEX triplet: B2, 24 and 56. RGB value is (178,36,86). Sum of RGB (Red+Green+Blue) = 178+36+86=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B22456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22456 is #4DDBA9. Grayscale: #545454. Windows color (decimal): -5102506 or 5645490. OLE color: 5645490.

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

Color convert

RGB 178 36 86 -
CMYK 0 0.80 0.52 0.30
HSL 338.87º 0.66% 0.42% -
HSV(B) 338.87º 0.8% 0.7% -
XYZ 20.67 11.4 9.91 -
YUV 84.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 178 36 86 0 0.80 0.52 0.30 338.87 0.66 0.42
Hex B2 24 56 0 50 34 1E 153 42 2A
Octal 262 44 126 0 120 64 36 523 102 52
Binary 10110010 100100 1010110 0 1010000 110100 11110 101010011 1000010 101010

Color Harmonies of #B22456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22456

Black with #B22456

Text Example


Text Example

White with #B22456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22456; }

 p { color: rgb(178,36,86); }

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

background-color css

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

 a { background-color: rgb(178,36,86); }

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

border-color css

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

 span { border-color: rgb(178,36,86); }

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