Html Css Color HEX #AB493A Medium Carmine

📋 copy color: '#AB493A'

red 171 ◦ green 73 ◦ blue 58

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

Shades of Medium Carmine #AB493A

Tints of Medium Carmine #AB493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 56.62%
G = 24.17%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB493A (or 0xAB493A) is known color: Medium Carmine. HEX triplet: AB, 49 and 3A. RGB value is (171,73,58). Sum of RGB (Red+Green+Blue) = 171+73+58=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB493A is #54B6C5. Grayscale: #646464. Windows color (decimal): -5551814 or 3819947. OLE color: 3819947.

HSL color Cylindrical-coordinate representation of color #AB493A: hue angle of 7.96º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB493A is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 58 -
CMYK 0 0.57 0.66 0.33
HSL 7.96º 0.49% 0.45% -
HSV(B) 7.96º 0.66% 0.67% -
XYZ 19.94 13.73 5.6 -
YUV 100.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 171 73 58 0 0.57 0.66 0.33 7.96 0.49 0.45
Hex AB 49 3A 0 39 42 21 8 31 2D
Octal 253 111 72 0 71 102 41 10 61 55
Binary 10101011 1001001 111010 0 111001 1000010 100001 1000 110001 101101

Color Harmonies of #AB493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB493A

Black with #AB493A

Text Example


Text Example

White with #AB493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB493A; }

 p { color: rgb(171,73,58); }

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

background-color css

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

 a { background-color: rgb(171,73,58); }

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

border-color css

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

 span { border-color: rgb(171,73,58); }

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