Html Css Color HEX #B22850 Old Rose

📋 copy color: '#B22850'

red 178 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #B22850

Tints of Old Rose #B22850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

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

R = 59.73%
G = 13.42%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B22850 (or 0xB22850) is known color: Old Rose. HEX triplet: B2, 28 and 50. RGB value is (178,40,80). Sum of RGB (Red+Green+Blue) = 178+40+80=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B22850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22850 is #4DD7AF. Grayscale: #555555. Windows color (decimal): -5101488 or 5253298. OLE color: 5253298.

HSL color Cylindrical-coordinate representation of color #B22850: hue angle of 342.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22850 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 80 -
CMYK 0 0.78 0.55 0.30
HSL 342.61º 0.63% 0.43% -
HSV(B) 342.61º 0.78% 0.7% -
XYZ 20.57 11.56 8.74 -
YUV 85.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 178 40 80 0 0.78 0.55 0.30 342.61 0.63 0.43
Hex B2 28 50 0 4E 37 1E 157 3F 2B
Octal 262 50 120 0 116 67 36 527 77 53
Binary 10110010 101000 1010000 0 1001110 110111 11110 101010111 111111 101011

Color Harmonies of #B22850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22850

Black with #B22850

Text Example


Text Example

White with #B22850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22850; }

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

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

background-color css

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

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

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

border-color css

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

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

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