Html Css Color HEX #AB1114 Carmine

📋 copy color: '#AB1114'

red 171 ◦ green 17 ◦ blue 20

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

Shades of Carmine #AB1114

Tints of Carmine #AB1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

 BLUE value IS 20 (8.2% from 255) = 9.62%

R = 82.21%
G = 8.17%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB1114 (or 0xAB1114) is known color: Carmine. HEX triplet: AB, 11 and 14. RGB value is (171,17,20). Sum of RGB (Red+Green+Blue) = 171+17+20=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1114 is #54EEEB. Grayscale: #3F3F3F. Windows color (decimal): -5566188 or 1315243. OLE color: 1315243.

HSL color Cylindrical-coordinate representation of color #AB1114: hue angle of 358.83º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1114 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 20 -
CMYK 0 0.90 0.88 0.33
HSL 358.83º 0.82% 0.37% -
HSV(B) 358.83º 0.9% 0.67% -
XYZ 17.12 9.11 1.52 -
YUV 63.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 171 17 20 0 0.90 0.88 0.33 358.83 0.82 0.37
Hex AB 11 14 0 5A 58 21 167 52 25
Octal 253 21 24 0 132 130 41 547 122 45
Binary 10101011 10001 10100 0 1011010 1011000 100001 101100111 1010010 100101

Color Harmonies of #AB1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1114

Black with #AB1114

Text Example


Text Example

White with #AB1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1114; }

 p { color: rgb(171,17,20); }

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

background-color css

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

 a { background-color: rgb(171,17,20); }

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

border-color css

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

 span { border-color: rgb(171,17,20); }

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