Html Css Color HEX #AB2242 Old Rose

📋 copy color: '#AB2242'

red 171 ◦ green 34 ◦ blue 66

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

Shades of Old Rose #AB2242

Tints of Old Rose #AB2242

RGB

 RED value IS 171 (67.19% from 255) = 63.1%

 GREEN value IS 34 (13.67% from 255) = 12.55%

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 63.1%
G = 12.55%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2242 (or 0xAB2242) is known color: Old Rose. HEX triplet: AB, 22 and 42. RGB value is (171,34,66). Sum of RGB (Red+Green+Blue) = 171+34+66=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2242 is #54DDBD. Grayscale: #4E4E4E. Windows color (decimal): -5561790 or 4334251. OLE color: 4334251.

HSL color Cylindrical-coordinate representation of color #AB2242: hue angle of 345.99º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2242 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 66 -
CMYK 0 0.80 0.61 0.33
HSL 345.99º 0.67% 0.4% -
HSV(B) 345.99º 0.8% 0.67% -
XYZ 18.35 10.2 6.16 -
YUV 78.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 171 34 66 0 0.80 0.61 0.33 345.99 0.67 0.4
Hex AB 22 42 0 50 3D 21 15A 43 28
Octal 253 42 102 0 120 75 41 532 103 50
Binary 10101011 100010 1000010 0 1010000 111101 100001 101011010 1000011 101000

Color Harmonies of #AB2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2242

Black with #AB2242

Text Example


Text Example

White with #AB2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2242; }

 p { color: rgb(171,34,66); }

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

background-color css

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

 a { background-color: rgb(171,34,66); }

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

border-color css

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

 span { border-color: rgb(171,34,66); }

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