Html Css Color HEX #A81517 Carmine

📋 copy color: '#A81517'

red 168 ◦ green 21 ◦ blue 23

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

Shades of Carmine #A81517

Tints of Carmine #A81517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 79.25%
G = 9.91%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81517 (or 0xA81517) is known color: Carmine. HEX triplet: A8, 15 and 17. RGB value is (168,21,23). Sum of RGB (Red+Green+Blue) = 168+21+23=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81517 is #57EAE8. Grayscale: #414141. Windows color (decimal): -5761769 or 1512872. OLE color: 1512872.

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

Color convert

RGB 168 21 23 -
CMYK 0 0.88 0.86 0.34
HSL 359.18º 0.78% 0.37% -
HSV(B) 359.18º 0.88% 0.66% -
XYZ 16.57 8.92 1.66 -
YUV 65.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 168 21 23 0 0.88 0.86 0.34 359.18 0.78 0.37
Hex A8 15 17 0 58 56 22 167 4E 25
Octal 250 25 27 0 130 126 42 547 116 45
Binary 10101000 10101 10111 0 1011000 1010110 100010 101100111 1001110 100101

Color Harmonies of #A81517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81517

Black with #A81517

Text Example


Text Example

White with #A81517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81517; }

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

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

background-color css

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

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

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

border-color css

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

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

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