Html Css Color HEX #A71013 Carmine

📋 copy color: '#A71013'

red 167 ◦ green 16 ◦ blue 19

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

Shades of Carmine #A71013

Tints of Carmine #A71013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 82.67%
G = 7.92%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A71013 (or 0xA71013) is known color: Carmine. HEX triplet: A7, 10 and 13. RGB value is (167,16,19). Sum of RGB (Red+Green+Blue) = 167+16+19=202 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.67% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 167 - color contains mainly: red. Hex color #A71013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71013 is #58EFEC. Grayscale: #3D3D3D. Windows color (decimal): -5828589 or 1249447. OLE color: 1249447.

HSL color Cylindrical-coordinate representation of color #A71013: hue angle of 358.81º 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 #A71013 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 19 -
CMYK 0 0.90 0.89 0.35
HSL 358.81º 0.83% 0.36% -
HSV(B) 358.81º 0.9% 0.65% -
XYZ 16.24 8.63 1.43 -
YUV 61.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 167 16 19 0 0.90 0.89 0.35 358.81 0.83 0.36
Hex A7 10 13 0 5A 59 23 167 53 24
Octal 247 20 23 0 132 131 43 547 123 44
Binary 10100111 10000 10011 0 1011010 1011001 100011 101100111 1010011 100100

Color Harmonies of #A71013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71013

Black with #A71013

Text Example


Text Example

White with #A71013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71013; }

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

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

background-color css

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

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

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

border-color css

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

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

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