Html Css Color HEX #AB4031 Medium Carmine

📋 copy color: '#AB4031'

red 171 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #AB4031

Tints of Medium Carmine #AB4031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 60.21%
G = 22.54%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB4031 (or 0xAB4031) is known color: Medium Carmine. HEX triplet: AB, 40 and 31. RGB value is (171,64,49). Sum of RGB (Red+Green+Blue) = 171+64+49=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4031 is #54BFCE. Grayscale: #5E5E5E. Windows color (decimal): -5554127 or 3227819. OLE color: 3227819.

HSL color Cylindrical-coordinate representation of color #AB4031: hue angle of 7.38º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB4031 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 49 -
CMYK 0 0.63 0.71 0.33
HSL 7.38º 0.55% 0.43% -
HSV(B) 7.38º 0.71% 0.67% -
XYZ 19.18 12.55 4.32 -
YUV 94.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 171 64 49 0 0.63 0.71 0.33 7.38 0.55 0.43
Hex AB 40 31 0 3F 47 21 7 37 2B
Octal 253 100 61 0 77 107 41 7 67 53
Binary 10101011 1000000 110001 0 111111 1000111 100001 111 110111 101011

Color Harmonies of #AB4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4031

Black with #AB4031

Text Example


Text Example

White with #AB4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4031; }

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

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

background-color css

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

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

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

border-color css

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

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

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