Html Css Color HEX #A0071A Carmine

📋 copy color: '#A0071A'

red 160 ◦ green 7 ◦ blue 26

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

Shades of Carmine #A0071A

Tints of Carmine #A0071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 82.9%
G = 3.63%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0071A (or 0xA0071A) is known color: Carmine. HEX triplet: A0, 07 and 1A. RGB value is (160,7,26). Sum of RGB (Red+Green+Blue) = 160+7+26=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0071A is #5FF8E5. Grayscale: #363636. Windows color (decimal): -6289638 or 1705888. OLE color: 1705888.

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

Color convert

RGB 160 7 26 -
CMYK 0 0.96 0.84 0.37
HSL 352.55º 0.92% 0.33% -
HSV(B) 352.55º 0.96% 0.63% -
XYZ 14.76 7.7 1.69 -
YUV 54.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 160 7 26 0 0.96 0.84 0.37 352.55 0.92 0.33
Hex A0 7 1A 0 60 54 25 161 5C 21
Octal 240 7 32 0 140 124 45 541 134 41
Binary 10100000 111 11010 0 1100000 1010100 100101 101100001 1011100 100001

Color Harmonies of #A0071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0071A

Black with #A0071A

Text Example


Text Example

White with #A0071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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