Html Css Color HEX #B22F50 Old Rose

📋 copy color: '#B22F50'

red 178 ◦ green 47 ◦ blue 80

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

Shades of Old Rose #B22F50

Tints of Old Rose #B22F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 58.36%
G = 15.41%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B22F50 (or 0xB22F50) is known color: Old Rose. HEX triplet: B2, 2F and 50. RGB value is (178,47,80). Sum of RGB (Red+Green+Blue) = 178+47+80=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F50 is #4DD0AF. Grayscale: #595959. Windows color (decimal): -5099696 or 5255090. OLE color: 5255090.

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

Color convert

RGB 178 47 80 -
CMYK 0 0.74 0.55 0.30
HSL 344.89º 0.58% 0.44% -
HSV(B) 344.89º 0.74% 0.7% -
XYZ 20.82 12.08 8.82 -
YUV 89.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 178 47 80 0 0.74 0.55 0.30 344.89 0.58 0.44
Hex B2 2F 50 0 4A 37 1E 159 3A 2C
Octal 262 57 120 0 112 67 36 531 72 54
Binary 10110010 101111 1010000 0 1001010 110111 11110 101011001 111010 101100

Color Harmonies of #B22F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F50

Black with #B22F50

Text Example


Text Example

White with #B22F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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