Html Css Color HEX #A80617 Carmine

📋 copy color: '#A80617'

red 168 ◦ green 6 ◦ blue 23

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

Shades of Carmine #A80617

Tints of Carmine #A80617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

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

R = 85.28%
G = 3.05%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A80617 (or 0xA80617) is known color: Carmine. HEX triplet: A8, 06 and 17. RGB value is (168,6,23). Sum of RGB (Red+Green+Blue) = 168+6+23=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A80617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80617 is #57F9E8. Grayscale: #383838. Windows color (decimal): -5765609 or 1509032. OLE color: 1509032.

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

Color convert

RGB 168 6 23 -
CMYK 0 0.96 0.86 0.34
HSL 353.7º 0.93% 0.34% -
HSV(B) 353.7º 0.96% 0.66% -
XYZ 16.37 8.52 1.59 -
YUV 56.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 168 6 23 0 0.96 0.86 0.34 353.7 0.93 0.34
Hex A8 6 17 0 60 56 22 162 5D 22
Octal 250 6 27 0 140 126 42 542 135 42
Binary 10101000 110 10111 0 1100000 1010110 100010 101100010 1011101 100010

Color Harmonies of #A80617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80617

Black with #A80617

Text Example


Text Example

White with #A80617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80617; }

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

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

background-color css

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

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

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

border-color css

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

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

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