Html Css Color HEX #B22448 Old Rose

📋 copy color: '#B22448'

red 178 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #B22448

Tints of Old Rose #B22448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 62.24%
G = 12.59%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B22448 (or 0xB22448) is known color: Old Rose. HEX triplet: B2, 24 and 48. RGB value is (178,36,72). Sum of RGB (Red+Green+Blue) = 178+36+72=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B22448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22448 is #4DDBB7. Grayscale: #525252. Windows color (decimal): -5102520 or 4727986. OLE color: 4727986.

HSL color Cylindrical-coordinate representation of color #B22448: hue angle of 344.79º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22448 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 72 -
CMYK 0 0.80 0.60 0.30
HSL 344.79º 0.66% 0.42% -
HSV(B) 344.79º 0.8% 0.7% -
XYZ 20.16 11.19 7.23 -
YUV 82.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 178 36 72 0 0.80 0.60 0.30 344.79 0.66 0.42
Hex B2 24 48 0 50 3C 1E 159 42 2A
Octal 262 44 110 0 120 74 36 531 102 52
Binary 10110010 100100 1001000 0 1010000 111100 11110 101011001 1000010 101010

Color Harmonies of #B22448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22448

Black with #B22448

Text Example


Text Example

White with #B22448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22448; }

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

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

background-color css

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

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

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

border-color css

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

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

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