Html Css Color HEX #AB2442 Old Rose

📋 copy color: '#AB2442'

red 171 ◦ green 36 ◦ blue 66

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

Shades of Old Rose #AB2442

Tints of Old Rose #AB2442

RGB

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

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

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

R = 62.64%
G = 13.19%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2442 (or 0xAB2442) is known color: Old Rose. HEX triplet: AB, 24 and 42. RGB value is (171,36,66). Sum of RGB (Red+Green+Blue) = 171+36+66=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2442 is #54DBBD. Grayscale: #4F4F4F. Windows color (decimal): -5561278 or 4334763. OLE color: 4334763.

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

Color convert

RGB 171 36 66 -
CMYK 0 0.79 0.61 0.33
HSL 346.67º 0.65% 0.41% -
HSV(B) 346.67º 0.79% 0.67% -
XYZ 18.41 10.31 6.17 -
YUV 79.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 171 36 66 0 0.79 0.61 0.33 346.67 0.65 0.41
Hex AB 24 42 0 4F 3D 21 15B 41 29
Octal 253 44 102 0 117 75 41 533 101 51
Binary 10101011 100100 1000010 0 1001111 111101 100001 101011011 1000001 101001

Color Harmonies of #AB2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2442

Black with #AB2442

Text Example


Text Example

White with #AB2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2442; }

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

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

background-color css

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

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

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

border-color css

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

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

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