Html Css Color HEX #B22F58 Old Rose

📋 copy color: '#B22F58'

red 178 ◦ green 47 ◦ blue 88

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

Shades of Old Rose #B22F58

Tints of Old Rose #B22F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

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

R = 56.87%
G = 15.02%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B22F58 (or 0xB22F58) is known color: Old Rose. HEX triplet: B2, 2F and 58. RGB value is (178,47,88). Sum of RGB (Red+Green+Blue) = 178+47+88=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F58 is #4DD0A7. Grayscale: #5A5A5A. Windows color (decimal): -5099688 or 5779378. OLE color: 5779378.

HSL color Cylindrical-coordinate representation of color #B22F58: hue angle of 341.22º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F58 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 47 88 -
CMYK 0 0.74 0.51 0.30
HSL 341.22º 0.58% 0.44% -
HSV(B) 341.22º 0.74% 0.7% -
XYZ 21.14 12.2 10.47 -
YUV 90.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 178 47 88 0 0.74 0.51 0.30 341.22 0.58 0.44
Hex B2 2F 58 0 4A 33 1E 155 3A 2C
Octal 262 57 130 0 112 63 36 525 72 54
Binary 10110010 101111 1011000 0 1001010 110011 11110 101010101 111010 101100

Color Harmonies of #B22F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F58

Black with #B22F58

Text Example


Text Example

White with #B22F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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