Html Css Color HEX #A81117 Carmine

📋 copy color: '#A81117'

red 168 ◦ green 17 ◦ blue 23

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

Shades of Carmine #A81117

Tints of Carmine #A81117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 80.77%
G = 8.17%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81117 (or 0xA81117) is known color: Carmine. HEX triplet: A8, 11 and 17. RGB value is (168,17,23). Sum of RGB (Red+Green+Blue) = 168+17+23=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A81117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81117 is #57EEE8. Grayscale: #3E3E3E. Windows color (decimal): -5762793 or 1511848. OLE color: 1511848.

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

Color convert

RGB 168 17 23 -
CMYK 0 0.90 0.86 0.34
HSL 357.62º 0.82% 0.36% -
HSV(B) 357.62º 0.9% 0.66% -
XYZ 16.5 8.79 1.64 -
YUV 62.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 168 17 23 0 0.90 0.86 0.34 357.62 0.82 0.36
Hex A8 11 17 0 5A 56 22 166 52 24
Octal 250 21 27 0 132 126 42 546 122 44
Binary 10101000 10001 10111 0 1011010 1010110 100010 101100110 1010010 100100

Color Harmonies of #A81117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81117

Black with #A81117

Text Example


Text Example

White with #A81117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81117; }

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

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

background-color css

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

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

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

border-color css

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

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

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