Html Css Color HEX #A61718 Carmine

📋 copy color: '#A61718'

red 166 ◦ green 23 ◦ blue 24

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

Shades of Carmine #A61718

Tints of Carmine #A61718

RGB

 RED value IS 166 (65.23% from 255) = 77.93%

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

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

R = 77.93%
G = 10.8%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A61718 (or 0xA61718) is known color: Carmine. HEX triplet: A6, 17 and 18. RGB value is (166,23,24). Sum of RGB (Red+Green+Blue) = 166+23+24=213 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.93% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 166 - color contains mainly: red. Hex color #A61718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61718 is #59E8E7. Grayscale: #424242. Windows color (decimal): -5892328 or 1578918. OLE color: 1578918.

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

Color convert

RGB 166 23 24 -
CMYK 0 0.86 0.86 0.35
HSL 359.58º 0.76% 0.37% -
HSV(B) 359.58º 0.86% 0.65% -
XYZ 16.2 8.79 1.71 -
YUV 65.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 166 23 24 0 0.86 0.86 0.35 359.58 0.76 0.37
Hex A6 17 18 0 56 56 23 168 4C 25
Octal 246 27 30 0 126 126 43 550 114 45
Binary 10100110 10111 11000 0 1010110 1010110 100011 101101000 1001100 100101

Color Harmonies of #A61718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61718

Black with #A61718

Text Example


Text Example

White with #A61718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61718; }

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

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

background-color css

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

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

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

border-color css

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

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

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