Html Css Color HEX #A81718 Carmine

📋 copy color: '#A81718'

red 168 ◦ green 23 ◦ blue 24

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

Shades of Carmine #A81718

Tints of Carmine #A81718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

 BLUE value IS 24 (9.77% from 255) = 11.16%

R = 78.14%
G = 10.7%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81718 (or 0xA81718) is known color: Carmine. HEX triplet: A8, 17 and 18. RGB value is (168,23,24). Sum of RGB (Red+Green+Blue) = 168+23+24=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81718 is #57E8E7. Grayscale: #424242. Windows color (decimal): -5761256 or 1578920. OLE color: 1578920.

HSL color Cylindrical-coordinate representation of color #A81718: hue angle of 359.59º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81718 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 24 -
CMYK 0 0.86 0.86 0.34
HSL 359.59º 0.76% 0.37% -
HSV(B) 359.59º 0.86% 0.66% -
XYZ 16.62 9 1.73 -
YUV 66.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 168 23 24 0 0.86 0.86 0.34 359.59 0.76 0.37
Hex A8 17 18 0 56 56 22 168 4C 25
Octal 250 27 30 0 126 126 42 550 114 45
Binary 10101000 10111 11000 0 1010110 1010110 100010 101101000 1001100 100101

Color Harmonies of #A81718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81718

Black with #A81718

Text Example


Text Example

White with #A81718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81718; }

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

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

background-color css

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

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

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

border-color css

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

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

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