#AB422A

Color #AB422A Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AB422A

Tints of Medium Carmine #AB422A

Color information

#AB422A (or 0xAB422A) is unknown color: approx Medium Carmine. HEX triplet: AB, 42 and 2A. RGB value is (171,66,42). Sum of RGB (Red+Green+Blue) = 171+66+42=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB422A is #54BDD5. Grayscale: #5E5E5E. Windows color (decimal): -5553622 or 2769579. OLE color: 2769579.

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

Color convert

RGB1716642-
CMYK00.610.750.33
HSL11.16º60.56%41.76%-
HSV(B)11.16º75.44%67.06%-
XYZ19.1612.723.64-
YUV94.6698.29182.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=61.29%
G=23.66%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171664200.610.750.3311.1660.5641.76
HexAB422A03D4B21b3d2a
Octal2531025207511341137552
Binary101010111000010101010011110110010111000011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB422A; }

 p { color: rgb(171,66,42); }

 H1.HeaderClassName
 {
   color: #AB422A;
 }
 .AnyTagClassName
 {
   color: #AB422A;
 }
</style>
background-color css

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

 a { background-color: rgb(171,66,42); }

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

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

 span { border-color: rgb(171,66,42); }

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