Html Css Color HEX #B22558 Old Rose

📋 copy color: '#B22558'

red 178 ◦ green 37 ◦ blue 88

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

Shades of Old Rose #B22558

Tints of Old Rose #B22558

RGB

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

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

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

R = 58.75%
G = 12.21%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B22558 (or 0xB22558) is known color: Old Rose. HEX triplet: B2, 25 and 58. RGB value is (178,37,88). Sum of RGB (Red+Green+Blue) = 178+37+88=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B22558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22558 is #4DDAA7. Grayscale: #545454. Windows color (decimal): -5102248 or 5776818. OLE color: 5776818.

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

Color convert

RGB 178 37 88 -
CMYK 0 0.79 0.51 0.30
HSL 338.3º 0.66% 0.42% -
HSV(B) 338.3º 0.79% 0.7% -
XYZ 20.78 11.49 10.36 -
YUV 84.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 178 37 88 0 0.79 0.51 0.30 338.3 0.66 0.42
Hex B2 25 58 0 4F 33 1E 152 42 2A
Octal 262 45 130 0 117 63 36 522 102 52
Binary 10110010 100101 1011000 0 1001111 110011 11110 101010010 1000010 101010

Color Harmonies of #B22558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22558

Black with #B22558

Text Example


Text Example

White with #B22558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22558; }

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

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

background-color css

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

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

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

border-color css

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

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

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