Html Css Color HEX #B22E48 Old Rose

📋 copy color: '#B22E48'

red 178 ◦ green 46 ◦ blue 72

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

Shades of Old Rose #B22E48

Tints of Old Rose #B22E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 60.14%
G = 15.54%
B = 24.32%

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

#B22E48 (or 0xB22E48) is known color: Old Rose. HEX triplet: B2, 2E and 48. RGB value is (178,46,72). Sum of RGB (Red+Green+Blue) = 178+46+72=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E48 is #4DD1B7. Grayscale: #585858. Windows color (decimal): -5099960 or 4730546. OLE color: 4730546.

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

Color convert

RGB 178 46 72 -
CMYK 0 0.74 0.60 0.30
HSL 348.18º 0.59% 0.44% -
HSV(B) 348.18º 0.74% 0.7% -
XYZ 20.51 11.89 7.34 -
YUV 88.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 178 46 72 0 0.74 0.60 0.30 348.18 0.59 0.44
Hex B2 2E 48 0 4A 3C 1E 15C 3B 2C
Octal 262 56 110 0 112 74 36 534 73 54
Binary 10110010 101110 1001000 0 1001010 111100 11110 101011100 111011 101100

Color Harmonies of #B22E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22E48

Black with #B22E48

Text Example


Text Example

White with #B22E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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