Html Css Color HEX #AB403D Medium Carmine

📋 copy color: '#AB403D'

red 171 ◦ green 64 ◦ blue 61

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

Shades of Medium Carmine #AB403D

Tints of Medium Carmine #AB403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

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

R = 57.77%
G = 21.62%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB403D (or 0xAB403D) is known color: Medium Carmine. HEX triplet: AB, 40 and 3D. RGB value is (171,64,61). Sum of RGB (Red+Green+Blue) = 171+64+61=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB403D is #54BFC2. Grayscale: #5F5F5F. Windows color (decimal): -5554115 or 4014251. OLE color: 4014251.

HSL color Cylindrical-coordinate representation of color #AB403D: hue angle of 1.64º 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 #AB403D is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 61 -
CMYK 0 0.63 0.64 0.33
HSL 1.64º 0.47% 0.45% -
HSV(B) 1.64º 0.64% 0.67% -
XYZ 19.47 12.66 5.83 -
YUV 95.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 171 64 61 0 0.63 0.64 0.33 1.64 0.47 0.45
Hex AB 40 3D 0 3F 40 21 2 2F 2D
Octal 253 100 75 0 77 100 41 2 57 55
Binary 10101011 1000000 111101 0 111111 1000000 100001 10 101111 101101

Color Harmonies of #AB403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB403D

Black with #AB403D

Text Example


Text Example

White with #AB403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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