Html Css Color HEX #A81017 Carmine

📋 copy color: '#A81017'

red 168 ◦ green 16 ◦ blue 23

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

Shades of Carmine #A81017

Tints of Carmine #A81017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

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

R = 81.16%
G = 7.73%
B = 11.11%

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

#A81017 (or 0xA81017) is known color: Carmine. HEX triplet: A8, 10 and 17. RGB value is (168,16,23). Sum of RGB (Red+Green+Blue) = 168+16+23=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A81017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81017 is #57EFE8. Grayscale: #3E3E3E. Windows color (decimal): -5763049 or 1511592. OLE color: 1511592.

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

Color convert

RGB 168 16 23 -
CMYK 0 0.90 0.86 0.34
HSL 357.24º 0.83% 0.36% -
HSV(B) 357.24º 0.9% 0.66% -
XYZ 16.49 8.76 1.63 -
YUV 62.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 168 16 23 0 0.90 0.86 0.34 357.24 0.83 0.36
Hex A8 10 17 0 5A 56 22 165 53 24
Octal 250 20 27 0 132 126 42 545 123 44
Binary 10101000 10000 10111 0 1011010 1010110 100010 101100101 1010011 100100

Color Harmonies of #A81017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81017

Black with #A81017

Text Example


Text Example

White with #A81017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81017; }

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

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

background-color css

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

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

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

border-color css

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

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

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