Html Css Color HEX #A0071F Carmine

📋 copy color: '#A0071F'

red 160 ◦ green 7 ◦ blue 31

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

Shades of Carmine #A0071F

Tints of Carmine #A0071F

RGB

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

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

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

R = 80.81%
G = 3.54%
B = 15.66%

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

#A0071F (or 0xA0071F) is known color: Carmine. HEX triplet: A0, 07 and 1F. RGB value is (160,7,31). Sum of RGB (Red+Green+Blue) = 160+7+31=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A0071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0071F is #5FF8E0. Grayscale: #373737. Windows color (decimal): -6289633 or 2033568. OLE color: 2033568.

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

Color convert

RGB 160 7 31 -
CMYK 0 0.96 0.81 0.37
HSL 350.59º 0.92% 0.33% -
HSV(B) 350.59º 0.96% 0.63% -
XYZ 14.82 7.72 2.01 -
YUV 55.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 160 7 31 0 0.96 0.81 0.37 350.59 0.92 0.33
Hex A0 7 1F 0 60 51 25 15F 5C 21
Octal 240 7 37 0 140 121 45 537 134 41
Binary 10100000 111 11111 0 1100000 1010001 100101 101011111 1011100 100001

Color Harmonies of #A0071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0071F

Black with #A0071F

Text Example


Text Example

White with #A0071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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