Html Css Color HEX #B22355 Old Rose

📋 copy color: '#B22355'

red 178 ◦ green 35 ◦ blue 85

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

Shades of Old Rose #B22355

Tints of Old Rose #B22355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 59.73%
G = 11.74%
B = 28.52%

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

#B22355 (or 0xB22355) is known color: Old Rose. HEX triplet: B2, 23 and 55. RGB value is (178,35,85). Sum of RGB (Red+Green+Blue) = 178+35+85=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B22355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22355 is #4DDCAA. Grayscale: #535353. Windows color (decimal): -5102763 or 5579698. OLE color: 5579698.

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

Color convert

RGB 178 35 85 -
CMYK 0 0.80 0.52 0.30
HSL 339.02º 0.67% 0.42% -
HSV(B) 339.02º 0.8% 0.7% -
XYZ 20.6 11.32 9.69 -
YUV 83.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 178 35 85 0 0.80 0.52 0.30 339.02 0.67 0.42
Hex B2 23 55 0 50 34 1E 153 43 2A
Octal 262 43 125 0 120 64 36 523 103 52
Binary 10110010 100011 1010101 0 1010000 110100 11110 101010011 1000011 101010

Color Harmonies of #B22355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22355

Black with #B22355

Text Example


Text Example

White with #B22355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22355; }

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

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

background-color css

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

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

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

border-color css

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

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

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