Html Css Color HEX #B22144 Old Rose

📋 copy color: '#B22144'

red 178 ◦ green 33 ◦ blue 68

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

Shades of Old Rose #B22144

Tints of Old Rose #B22144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 63.8%
G = 11.83%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B22144 (or 0xB22144) is known color: Old Rose. HEX triplet: B2, 21 and 44. RGB value is (178,33,68). Sum of RGB (Red+Green+Blue) = 178+33+68=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B22144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22144 is #4DDEBB. Grayscale: #505050. Windows color (decimal): -5103292 or 4465074. OLE color: 4465074.

HSL color Cylindrical-coordinate representation of color #B22144: hue angle of 345.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22144 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 68 -
CMYK 0 0.81 0.62 0.30
HSL 345.52º 0.69% 0.41% -
HSV(B) 345.52º 0.81% 0.7% -
XYZ 19.95 10.97 6.53 -
YUV 80.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 178 33 68 0 0.81 0.62 0.30 345.52 0.69 0.41
Hex B2 21 44 0 51 3E 1E 15A 45 29
Octal 262 41 104 0 121 76 36 532 105 51
Binary 10110010 100001 1000100 0 1010001 111110 11110 101011010 1000101 101001

Color Harmonies of #B22144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22144

Black with #B22144

Text Example


Text Example

White with #B22144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22144; }

 p { color: rgb(178,33,68); }

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

background-color css

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

 a { background-color: rgb(178,33,68); }

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

border-color css

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

 span { border-color: rgb(178,33,68); }

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