Html Css Color HEX #A6010E Carmine

📋 copy color: '#A6010E'

red 166 ◦ green 1 ◦ blue 14

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

Shades of Carmine #A6010E

Tints of Carmine #A6010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 14 (5.86% from 255) = 7.73%

R = 91.71%
G = 0.55%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6010E (or 0xA6010E) is known color: Carmine. HEX triplet: A6, 01 and 0E. RGB value is (166,1,14). Sum of RGB (Red+Green+Blue) = 166+1+14=181 (23% of max value = 765). Red value is 166 (65.23% from 255 or 91.71% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 166 - color contains mainly: red. Hex color #A6010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6010E is #59FEF1. Grayscale: #333333. Windows color (decimal): -5897970 or 917926. OLE color: 917926.

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

Color convert

RGB 166 1 14 -
CMYK 0 0.99 0.92 0.35
HSL 355.27º 0.99% 0.33% -
HSV(B) 355.27º 0.99% 0.65% -
XYZ 15.82 8.16 1.16 -
YUV 51.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 166 1 14 0 0.99 0.92 0.35 355.27 0.99 0.33
Hex A6 1 E 0 63 5C 23 163 63 21
Octal 246 1 16 0 143 134 43 543 143 41
Binary 10100110 1 1110 0 1100011 1011100 100011 101100011 1100011 100001

Color Harmonies of #A6010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6010E

Black with #A6010E

Text Example


Text Example

White with #A6010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6010E; }

 p { color: rgb(166,1,14); }

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

background-color css

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

 a { background-color: rgb(166,1,14); }

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

border-color css

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

 span { border-color: rgb(166,1,14); }

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