Html Css Color HEX #A0071E Carmine

📋 copy color: '#A0071E'

red 160 ◦ green 7 ◦ blue 30

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

Shades of Carmine #A0071E

Tints of Carmine #A0071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

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

R = 81.22%
G = 3.55%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0071E (or 0xA0071E) is known color: Carmine. HEX triplet: A0, 07 and 1E. RGB value is (160,7,30). Sum of RGB (Red+Green+Blue) = 160+7+30=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A0071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0071E is #5FF8E1. Grayscale: #373737. Windows color (decimal): -6289634 or 1968032. OLE color: 1968032.

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

Color convert

RGB 160 7 30 -
CMYK 0 0.96 0.81 0.37
HSL 350.98º 0.92% 0.33% -
HSV(B) 350.98º 0.96% 0.63% -
XYZ 14.81 7.72 1.94 -
YUV 55.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 160 7 30 0 0.96 0.81 0.37 350.98 0.92 0.33
Hex A0 7 1E 0 60 51 25 15F 5C 21
Octal 240 7 36 0 140 121 45 537 134 41
Binary 10100000 111 11110 0 1100000 1010001 100101 101011111 1011100 100001

Color Harmonies of #A0071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0071E

Black with #A0071E

Text Example


Text Example

White with #A0071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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