Html Css Color HEX #AB2142 Old Rose

📋 copy color: '#AB2142'

red 171 ◦ green 33 ◦ blue 66

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

Shades of Old Rose #AB2142

Tints of Old Rose #AB2142

RGB

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

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

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

R = 63.33%
G = 12.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2142 (or 0xAB2142) is known color: Old Rose. HEX triplet: AB, 21 and 42. RGB value is (171,33,66). Sum of RGB (Red+Green+Blue) = 171+33+66=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2142 is #54DEBD. Grayscale: #4E4E4E. Windows color (decimal): -5562046 or 4333995. OLE color: 4333995.

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

Color convert

RGB 171 33 66 -
CMYK 0 0.81 0.61 0.33
HSL 345.65º 0.68% 0.4% -
HSV(B) 345.65º 0.81% 0.67% -
XYZ 18.32 10.14 6.15 -
YUV 78.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 171 33 66 0 0.81 0.61 0.33 345.65 0.68 0.4
Hex AB 21 42 0 51 3D 21 15A 44 28
Octal 253 41 102 0 121 75 41 532 104 50
Binary 10101011 100001 1000010 0 1010001 111101 100001 101011010 1000100 101000

Color Harmonies of #AB2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2142

Black with #AB2142

Text Example


Text Example

White with #AB2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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