Html Css Color HEX #A81113 Carmine

📋 copy color: '#A81113'

red 168 ◦ green 17 ◦ blue 19

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

Shades of Carmine #A81113

Tints of Carmine #A81113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.31%

R = 82.35%
G = 8.33%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81113 (or 0xA81113) is known color: Carmine. HEX triplet: A8, 11 and 13. RGB value is (168,17,19). Sum of RGB (Red+Green+Blue) = 168+17+19=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81113 is #57EEEC. Grayscale: #3E3E3E. Windows color (decimal): -5762797 or 1249704. OLE color: 1249704.

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

Color convert

RGB 168 17 19 -
CMYK 0 0.90 0.89 0.34
HSL 359.21º 0.82% 0.36% -
HSV(B) 359.21º 0.9% 0.66% -
XYZ 16.47 8.77 1.44 -
YUV 62.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 168 17 19 0 0.90 0.89 0.34 359.21 0.82 0.36
Hex A8 11 13 0 5A 59 22 167 52 24
Octal 250 21 23 0 132 131 42 547 122 44
Binary 10101000 10001 10011 0 1011010 1011001 100010 101100111 1010010 100100

Color Harmonies of #A81113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81113

Black with #A81113

Text Example


Text Example

White with #A81113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81113; }

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

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

background-color css

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

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

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

border-color css

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

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

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