Html Css Color HEX #A0071C Carmine

📋 copy color: '#A0071C'

red 160 ◦ green 7 ◦ blue 28

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

Shades of Carmine #A0071C

Tints of Carmine #A0071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 82.05%
G = 3.59%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0071C (or 0xA0071C) is known color: Carmine. HEX triplet: A0, 07 and 1C. RGB value is (160,7,28). Sum of RGB (Red+Green+Blue) = 160+7+28=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A0071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0071C is #5FF8E3. Grayscale: #373737. Windows color (decimal): -6289636 or 1836960. OLE color: 1836960.

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

Color convert

RGB 160 7 28 -
CMYK 0 0.96 0.82 0.37
HSL 351.76º 0.92% 0.33% -
HSV(B) 351.76º 0.96% 0.63% -
XYZ 14.78 7.71 1.81 -
YUV 55.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 160 7 28 0 0.96 0.82 0.37 351.76 0.92 0.33
Hex A0 7 1C 0 60 52 25 160 5C 21
Octal 240 7 34 0 140 122 45 540 134 41
Binary 10100000 111 11100 0 1100000 1010010 100101 101100000 1011100 100001

Color Harmonies of #A0071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0071C

Black with #A0071C

Text Example


Text Example

White with #A0071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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