Html Css Color HEX #A80014 Carmine

📋 copy color: '#A80014'

red 168 ◦ green 0 ◦ blue 20

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

Shades of Carmine #A80014

Tints of Carmine #A80014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 89.36%
G = 0%
B = 10.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A80014 (or 0xA80014) is known color: Carmine. HEX triplet: A8, 00 and 14. RGB value is (168,0,20). Sum of RGB (Red+Green+Blue) = 168+0+20=188 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.36% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 168 - color contains mainly: red. Hex color #A80014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80014 is #57FFEB. Grayscale: #343434. Windows color (decimal): -5767148 or 1310888. OLE color: 1310888.

HSL color Cylindrical-coordinate representation of color #A80014: hue angle of 352.86º 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 #A80014 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 20 -
CMYK 0 1 0.88 0.34
HSL 352.86º 1% 0.33% -
HSV(B) 352.86º 1% 0.66% -
XYZ 16.27 8.38 1.42 -
YUV 52.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 168 0 20 0 1 0.88 0.34 352.86 1 0.33
Hex A8 0 14 0 64 58 22 161 64 21
Octal 250 0 24 0 144 130 42 541 144 41
Binary 10101000 0 10100 0 1100100 1011000 100010 101100001 1100100 100001

Color Harmonies of #A80014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80014

Black with #A80014

Text Example


Text Example

White with #A80014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80014; }

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

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

background-color css

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

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

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

border-color css

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

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

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