Html Css Color HEX #A8111A Carmine

📋 copy color: '#A8111A'

red 168 ◦ green 17 ◦ blue 26

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

Shades of Carmine #A8111A

Tints of Carmine #A8111A

RGB

 RED value IS 168 (66.02% from 255) = 79.62%

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

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

R = 79.62%
G = 8.06%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8111A (or 0xA8111A) is known color: Carmine. HEX triplet: A8, 11 and 1A. RGB value is (168,17,26). Sum of RGB (Red+Green+Blue) = 168+17+26=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A8111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8111A is #57EEE5. Grayscale: #3F3F3F. Windows color (decimal): -5762790 or 1708456. OLE color: 1708456.

HSL color Cylindrical-coordinate representation of color #A8111A: hue angle of 356.42º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8111A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 26 -
CMYK 0 0.90 0.85 0.34
HSL 356.42º 0.82% 0.36% -
HSV(B) 356.42º 0.9% 0.66% -
XYZ 16.54 8.8 1.8 -
YUV 63.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 168 17 26 0 0.90 0.85 0.34 356.42 0.82 0.36
Hex A8 11 1A 0 5A 55 22 164 52 24
Octal 250 21 32 0 132 125 42 544 122 44
Binary 10101000 10001 11010 0 1011010 1010101 100010 101100100 1010010 100100

Color Harmonies of #A8111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8111A

Black with #A8111A

Text Example


Text Example

White with #A8111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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