Html Css Color HEX #A80010 Carmine

📋 copy color: '#A80010'

red 168 ◦ green 0 ◦ blue 16

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

Shades of Carmine #A80010

Tints of Carmine #A80010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 91.3%
G = 0%
B = 8.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80010 (or 0xA80010) is known color: Carmine. HEX triplet: A8, 00 and 10. RGB value is (168,0,16). Sum of RGB (Red+Green+Blue) = 168+0+16=184 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.30% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 168 - color contains mainly: red. Hex color #A80010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80010 is #57FFEF. Grayscale: #343434. Windows color (decimal): -5767152 or 1048744. OLE color: 1048744.

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

Color convert

RGB 168 0 16 -
CMYK 0 1 0.90 0.34
HSL 354.29º 1% 0.33% -
HSV(B) 354.29º 1% 0.66% -
XYZ 16.24 8.36 1.25 -
YUV 52.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 168 0 16 0 1 0.90 0.34 354.29 1 0.33
Hex A8 0 10 0 64 5A 22 162 64 21
Octal 250 0 20 0 144 132 42 542 144 41
Binary 10101000 0 10000 0 1100100 1011010 100010 101100010 1100100 100001

Color Harmonies of #A80010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80010

Black with #A80010

Text Example


Text Example

White with #A80010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80010; }

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

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

background-color css

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

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

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

border-color css

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

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

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