Html Css Color HEX #AB493D Medium Carmine

📋 copy color: '#AB493D'

red 171 ◦ green 73 ◦ blue 61

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

Shades of Medium Carmine #AB493D

Tints of Medium Carmine #AB493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 56.07%
G = 23.93%
B = 20%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB493D (or 0xAB493D) is known color: Medium Carmine. HEX triplet: AB, 49 and 3D. RGB value is (171,73,61). Sum of RGB (Red+Green+Blue) = 171+73+61=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB493D is #54B6C2. Grayscale: #656565. Windows color (decimal): -5551811 or 4016555. OLE color: 4016555.

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

Color convert

RGB 171 73 61 -
CMYK 0 0.57 0.64 0.33
HSL 6.55º 0.47% 0.45% -
HSV(B) 6.55º 0.64% 0.67% -
XYZ 20.02 13.76 6.02 -
YUV 100.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 171 73 61 0 0.57 0.64 0.33 6.55 0.47 0.45
Hex AB 49 3D 0 39 40 21 7 2F 2D
Octal 253 111 75 0 71 100 41 7 57 55
Binary 10101011 1001001 111101 0 111001 1000000 100001 111 101111 101101

Color Harmonies of #AB493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB493D

Black with #AB493D

Text Example


Text Example

White with #AB493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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