Html Css Color HEX #A71019 Carmine

📋 copy color: '#A71019'

red 167 ◦ green 16 ◦ blue 25

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

Shades of Carmine #A71019

Tints of Carmine #A71019

RGB

 RED value IS 167 (65.63% from 255) = 80.29%

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 80.29%
G = 7.69%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A71019 (or 0xA71019) is known color: Carmine. HEX triplet: A7, 10 and 19. RGB value is (167,16,25). Sum of RGB (Red+Green+Blue) = 167+16+25=208 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.29% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 167 - color contains mainly: red. Hex color #A71019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71019 is #58EFE6. Grayscale: #3E3E3E. Windows color (decimal): -5828583 or 1642663. OLE color: 1642663.

HSL color Cylindrical-coordinate representation of color #A71019: hue angle of 356.42º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71019 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 25 -
CMYK 0 0.90 0.85 0.35
HSL 356.42º 0.83% 0.36% -
HSV(B) 356.42º 0.9% 0.65% -
XYZ 16.3 8.66 1.73 -
YUV 62.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 167 16 25 0 0.90 0.85 0.35 356.42 0.83 0.36
Hex A7 10 19 0 5A 55 23 164 53 24
Octal 247 20 31 0 132 125 43 544 123 44
Binary 10100111 10000 11001 0 1011010 1010101 100011 101100100 1010011 100100

Color Harmonies of #A71019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71019

Black with #A71019

Text Example


Text Example

White with #A71019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71019; }

 p { color: rgb(167,16,25); }

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

background-color css

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

 a { background-color: rgb(167,16,25); }

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

border-color css

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

 span { border-color: rgb(167,16,25); }

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