Html Css Color HEX #AB2941 Old Rose

📋 copy color: '#AB2941'

red 171 ◦ green 41 ◦ blue 65

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

Shades of Old Rose #AB2941

Tints of Old Rose #AB2941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

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

R = 61.73%
G = 14.8%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB2941 (or 0xAB2941) is known color: Old Rose. HEX triplet: AB, 29 and 41. RGB value is (171,41,65). Sum of RGB (Red+Green+Blue) = 171+41+65=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2941 is #54D6BE. Grayscale: #525252. Windows color (decimal): -5559999 or 4270507. OLE color: 4270507.

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

Color convert

RGB 171 41 65 -
CMYK 0 0.76 0.62 0.33
HSL 348.92º 0.61% 0.42% -
HSV(B) 348.92º 0.76% 0.67% -
XYZ 18.54 10.63 6.07 -
YUV 82.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 171 41 65 0 0.76 0.62 0.33 348.92 0.61 0.42
Hex AB 29 41 0 4C 3E 21 15D 3D 2A
Octal 253 51 101 0 114 76 41 535 75 52
Binary 10101011 101001 1000001 0 1001100 111110 100001 101011101 111101 101010

Color Harmonies of #AB2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2941

Black with #AB2941

Text Example


Text Example

White with #AB2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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