Html Css Color HEX #A81014 Carmine

📋 copy color: '#A81014'

red 168 ◦ green 16 ◦ blue 20

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

Shades of Carmine #A81014

Tints of Carmine #A81014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 82.35%
G = 7.84%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A81014 (or 0xA81014) is known color: Carmine. HEX triplet: A8, 10 and 14. RGB value is (168,16,20). Sum of RGB (Red+Green+Blue) = 168+16+20=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81014 is #57EFEB. Grayscale: #3E3E3E. Windows color (decimal): -5763052 or 1314984. OLE color: 1314984.

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

Color convert

RGB 168 16 20 -
CMYK 0 0.90 0.88 0.34
HSL 358.42º 0.83% 0.36% -
HSV(B) 358.42º 0.9% 0.66% -
XYZ 16.46 8.75 1.48 -
YUV 61.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 168 16 20 0 0.90 0.88 0.34 358.42 0.83 0.36
Hex A8 10 14 0 5A 58 22 166 53 24
Octal 250 20 24 0 132 130 42 546 123 44
Binary 10101000 10000 10100 0 1011010 1011000 100010 101100110 1010011 100100

Color Harmonies of #A81014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81014

Black with #A81014

Text Example


Text Example

White with #A81014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81014; }

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

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

background-color css

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

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

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

border-color css

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

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

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