Html Css Color HEX #B22358 Old Rose

📋 copy color: '#B22358'

red 178 ◦ green 35 ◦ blue 88

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

Shades of Old Rose #B22358

Tints of Old Rose #B22358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 59.14%
G = 11.63%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B22358 (or 0xB22358) is known color: Old Rose. HEX triplet: B2, 23 and 58. RGB value is (178,35,88). Sum of RGB (Red+Green+Blue) = 178+35+88=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B22358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22358 is #4DDCA7. Grayscale: #535353. Windows color (decimal): -5102760 or 5776306. OLE color: 5776306.

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

Color convert

RGB 178 35 88 -
CMYK 0 0.80 0.51 0.30
HSL 337.76º 0.67% 0.42% -
HSV(B) 337.76º 0.8% 0.7% -
XYZ 20.72 11.37 10.34 -
YUV 83.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 178 35 88 0 0.80 0.51 0.30 337.76 0.67 0.42
Hex B2 23 58 0 50 33 1E 152 43 2A
Octal 262 43 130 0 120 63 36 522 103 52
Binary 10110010 100011 1011000 0 1010000 110011 11110 101010010 1000011 101010

Color Harmonies of #B22358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22358

Black with #B22358

Text Example


Text Example

White with #B22358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22358; }

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

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

background-color css

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

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

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

border-color css

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

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

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