Html Css Color HEX #A0081E Carmine

📋 copy color: '#A0081E'

red 160 ◦ green 8 ◦ blue 30

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

Shades of Carmine #A0081E

Tints of Carmine #A0081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 80.81%
G = 4.04%
B = 15.15%

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

#A0081E (or 0xA0081E) is known color: Carmine. HEX triplet: A0, 08 and 1E. RGB value is (160,8,30). Sum of RGB (Red+Green+Blue) = 160+8+30=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A0081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0081E is #5FF7E1. Grayscale: #383838. Windows color (decimal): -6289378 or 1968288. OLE color: 1968288.

HSL color Cylindrical-coordinate representation of color #A0081E: hue angle of 351.32º 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 #A0081E is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 30 -
CMYK 0 0.95 0.81 0.37
HSL 351.32º 0.9% 0.33% -
HSV(B) 351.32º 0.95% 0.63% -
XYZ 14.82 7.74 1.94 -
YUV 55.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 160 8 30 0 0.95 0.81 0.37 351.32 0.9 0.33
Hex A0 8 1E 0 5F 51 25 15F 5A 21
Octal 240 10 36 0 137 121 45 537 132 41
Binary 10100000 1000 11110 0 1011111 1010001 100101 101011111 1011010 100001

Color Harmonies of #A0081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0081E

Black with #A0081E

Text Example


Text Example

White with #A0081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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