Html Css Color HEX #AB2542 Old Rose

📋 copy color: '#AB2542'

red 171 ◦ green 37 ◦ blue 66

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

Shades of Old Rose #AB2542

Tints of Old Rose #AB2542

RGB

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

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

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

R = 62.41%
G = 13.5%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2542 (or 0xAB2542) is known color: Old Rose. HEX triplet: AB, 25 and 42. RGB value is (171,37,66). Sum of RGB (Red+Green+Blue) = 171+37+66=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2542 is #54DABD. Grayscale: #505050. Windows color (decimal): -5561022 or 4335019. OLE color: 4335019.

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

Color convert

RGB 171 37 66 -
CMYK 0 0.78 0.61 0.33
HSL 347.01º 0.64% 0.41% -
HSV(B) 347.01º 0.78% 0.67% -
XYZ 18.44 10.37 6.18 -
YUV 80.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 171 37 66 0 0.78 0.61 0.33 347.01 0.64 0.41
Hex AB 25 42 0 4E 3D 21 15B 40 29
Octal 253 45 102 0 116 75 41 533 100 51
Binary 10101011 100101 1000010 0 1001110 111101 100001 101011011 1000000 101001

Color Harmonies of #AB2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2542

Black with #AB2542

Text Example


Text Example

White with #AB2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2542; }

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

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

background-color css

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

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

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

border-color css

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

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

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