Html Css Color HEX #A80D1F Carmine

📋 copy color: '#A80D1F'

red 168 ◦ green 13 ◦ blue 31

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

Shades of Carmine #A80D1F

Tints of Carmine #A80D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 79.25%
G = 6.13%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A80D1F (or 0xA80D1F) is known color: Carmine. HEX triplet: A8, 0D and 1F. RGB value is (168,13,31). Sum of RGB (Red+Green+Blue) = 168+13+31=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D1F is #57F2E0. Grayscale: #3D3D3D. Windows color (decimal): -5763809 or 2035112. OLE color: 2035112.

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

Color convert

RGB 168 13 31 -
CMYK 0 0.92 0.82 0.34
HSL 353.03º 0.86% 0.35% -
HSV(B) 353.03º 0.92% 0.66% -
XYZ 16.54 8.71 2.11 -
YUV 61.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 168 13 31 0 0.92 0.82 0.34 353.03 0.86 0.35
Hex A8 D 1F 0 5C 52 22 161 56 23
Octal 250 15 37 0 134 122 42 541 126 43
Binary 10101000 1101 11111 0 1011100 1010010 100010 101100001 1010110 100011

Color Harmonies of #A80D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D1F

Black with #A80D1F

Text Example


Text Example

White with #A80D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D1F; }

 p { color: rgb(168,13,31); }

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

background-color css

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

 a { background-color: rgb(168,13,31); }

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

border-color css

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

 span { border-color: rgb(168,13,31); }

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