Html Css Color HEX #B22E47 Old Rose

📋 copy color: '#B22E47'

red 178 ◦ green 46 ◦ blue 71

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

Shades of Old Rose #B22E47

Tints of Old Rose #B22E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.59%

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 60.34%
G = 15.59%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B22E47 (or 0xB22E47) is known color: Old Rose. HEX triplet: B2, 2E and 47. RGB value is (178,46,71). Sum of RGB (Red+Green+Blue) = 178+46+71=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E47 is #4DD1B8. Grayscale: #585858. Windows color (decimal): -5099961 or 4665010. OLE color: 4665010.

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

Color convert

RGB 178 46 71 -
CMYK 0 0.74 0.60 0.30
HSL 348.64º 0.59% 0.44% -
HSV(B) 348.64º 0.74% 0.7% -
XYZ 20.47 11.87 7.17 -
YUV 88.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 178 46 71 0 0.74 0.60 0.30 348.64 0.59 0.44
Hex B2 2E 47 0 4A 3C 1E 15D 3B 2C
Octal 262 56 107 0 112 74 36 535 73 54
Binary 10110010 101110 1000111 0 1001010 111100 11110 101011101 111011 101100

Color Harmonies of #B22E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E47

Black with #B22E47

Text Example


Text Example

White with #B22E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E47; }

 p { color: rgb(178,46,71); }

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

background-color css

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

 a { background-color: rgb(178,46,71); }

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

border-color css

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

 span { border-color: rgb(178,46,71); }

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