Html Css Color HEX #B22548 Old Rose

📋 copy color: '#B22548'

red 178 ◦ green 37 ◦ blue 72

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

Shades of Old Rose #B22548

Tints of Old Rose #B22548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 62.02%
G = 12.89%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B22548 (or 0xB22548) is known color: Old Rose. HEX triplet: B2, 25 and 48. RGB value is (178,37,72). Sum of RGB (Red+Green+Blue) = 178+37+72=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B22548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22548 is #4DDAB7. Grayscale: #535353. Windows color (decimal): -5102264 or 4728242. OLE color: 4728242.

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

Color convert

RGB 178 37 72 -
CMYK 0 0.79 0.60 0.30
HSL 345.11º 0.66% 0.42% -
HSV(B) 345.11º 0.79% 0.7% -
XYZ 20.19 11.26 7.24 -
YUV 83.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 178 37 72 0 0.79 0.60 0.30 345.11 0.66 0.42
Hex B2 25 48 0 4F 3C 1E 159 42 2A
Octal 262 45 110 0 117 74 36 531 102 52
Binary 10110010 100101 1001000 0 1001111 111100 11110 101011001 1000010 101010

Color Harmonies of #B22548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22548

Black with #B22548

Text Example


Text Example

White with #B22548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22548; }

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

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

background-color css

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

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

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

border-color css

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

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

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