Html Css Color HEX #A8010E Carmine

📋 copy color: '#A8010E'

red 168 ◦ green 1 ◦ blue 14

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

Shades of Carmine #A8010E

Tints of Carmine #A8010E

RGB

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

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

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

R = 91.8%
G = 0.55%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8010E (or 0xA8010E) is known color: Carmine. HEX triplet: A8, 01 and 0E. RGB value is (168,1,14). Sum of RGB (Red+Green+Blue) = 168+1+14=183 (24% of max value = 765). Red value is 168 (66.02% from 255 or 91.80% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 168 - color contains mainly: red. Hex color #A8010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8010E is #57FEF1. Grayscale: #343434. Windows color (decimal): -5766898 or 917928. OLE color: 917928.

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

Color convert

RGB 168 1 14 -
CMYK 0 0.99 0.92 0.34
HSL 355.33º 0.99% 0.33% -
HSV(B) 355.33º 0.99% 0.66% -
XYZ 16.24 8.38 1.18 -
YUV 52.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 168 1 14 0 0.99 0.92 0.34 355.33 0.99 0.33
Hex A8 1 E 0 63 5C 22 163 63 21
Octal 250 1 16 0 143 134 42 543 143 41
Binary 10101000 1 1110 0 1100011 1011100 100010 101100011 1100011 100001

Color Harmonies of #A8010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8010E

Black with #A8010E

Text Example


Text Example

White with #A8010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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