Html Css Color HEX #AB111A Carmine

📋 copy color: '#AB111A'

red 171 ◦ green 17 ◦ blue 26

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

Shades of Carmine #AB111A

Tints of Carmine #AB111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 79.91%
G = 7.94%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB111A (or 0xAB111A) is known color: Carmine. HEX triplet: AB, 11 and 1A. RGB value is (171,17,26). Sum of RGB (Red+Green+Blue) = 171+17+26=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB111A is #54EEE5. Grayscale: #404040. Windows color (decimal): -5566182 or 1708459. OLE color: 1708459.

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

Color convert

RGB 171 17 26 -
CMYK 0 0.90 0.85 0.33
HSL 356.49º 0.82% 0.37% -
HSV(B) 356.49º 0.9% 0.67% -
XYZ 17.18 9.13 1.83 -
YUV 64.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 171 17 26 0 0.90 0.85 0.33 356.49 0.82 0.37
Hex AB 11 1A 0 5A 55 21 164 52 25
Octal 253 21 32 0 132 125 41 544 122 45
Binary 10101011 10001 11010 0 1011010 1010101 100001 101100100 1010010 100101

Color Harmonies of #AB111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB111A

Black with #AB111A

Text Example


Text Example

White with #AB111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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