Html Css Color HEX #A0081F Carmine

📋 copy color: '#A0081F'

red 160 ◦ green 8 ◦ blue 31

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

Shades of Carmine #A0081F

Tints of Carmine #A0081F

RGB

 RED value IS 160 (62.89% from 255) = 80.4%

 GREEN value IS 8 (3.52% from 255) = 4.02%

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

R = 80.4%
G = 4.02%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0081F (or 0xA0081F) is known color: Carmine. HEX triplet: A0, 08 and 1F. RGB value is (160,8,31). Sum of RGB (Red+Green+Blue) = 160+8+31=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A0081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0081F is #5FF7E0. Grayscale: #383838. Windows color (decimal): -6289377 or 2033824. OLE color: 2033824.

HSL color Cylindrical-coordinate representation of color #A0081F: hue angle of 350.92º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0081F is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 31 -
CMYK 0 0.95 0.81 0.37
HSL 350.92º 0.9% 0.33% -
HSV(B) 350.92º 0.95% 0.63% -
XYZ 14.83 7.75 2.01 -
YUV 56.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 160 8 31 0 0.95 0.81 0.37 350.92 0.9 0.33
Hex A0 8 1F 0 5F 51 25 15F 5A 21
Octal 240 10 37 0 137 121 45 537 132 41
Binary 10100000 1000 11111 0 1011111 1010001 100101 101011111 1011010 100001

Color Harmonies of #A0081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0081F

Black with #A0081F

Text Example


Text Example

White with #A0081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0081F; }

 p { color: rgb(160,8,31); }

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

background-color css

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

 a { background-color: rgb(160,8,31); }

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

border-color css

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

 span { border-color: rgb(160,8,31); }

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