Html Css Color HEX #AB2A41 Old Rose

📋 copy color: '#AB2A41'

red 171 ◦ green 42 ◦ blue 65

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

Shades of Old Rose #AB2A41

Tints of Old Rose #AB2A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.11%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 61.51%
G = 15.11%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB2A41 (or 0xAB2A41) is known color: Old Rose. HEX triplet: AB, 2A and 41. RGB value is (171,42,65). Sum of RGB (Red+Green+Blue) = 171+42+65=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A41 is #54D5BE. Grayscale: #535353. Windows color (decimal): -5559743 or 4270763. OLE color: 4270763.

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

Color convert

RGB 171 42 65 -
CMYK 0 0.75 0.62 0.33
HSL 349.3º 0.61% 0.42% -
HSV(B) 349.3º 0.75% 0.67% -
XYZ 18.58 10.7 6.09 -
YUV 83.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 171 42 65 0 0.75 0.62 0.33 349.3 0.61 0.42
Hex AB 2A 41 0 4B 3E 21 15D 3D 2A
Octal 253 52 101 0 113 76 41 535 75 52
Binary 10101011 101010 1000001 0 1001011 111110 100001 101011101 111101 101010

Color Harmonies of #AB2A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A41

Black with #AB2A41

Text Example


Text Example

White with #AB2A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A41; }

 p { color: rgb(171,42,65); }

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

background-color css

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

 a { background-color: rgb(171,42,65); }

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

border-color css

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

 span { border-color: rgb(171,42,65); }

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