Html Css Color HEX #A10713 Carmine

📋 copy color: '#A10713'

red 161 ◦ green 7 ◦ blue 19

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

Shades of Carmine #A10713

Tints of Carmine #A10713

RGB

 RED value IS 161 (63.28% from 255) = 86.1%

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

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

R = 86.1%
G = 3.74%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A10713 (or 0xA10713) is known color: Carmine. HEX triplet: A1, 07 and 13. RGB value is (161,7,19). Sum of RGB (Red+Green+Blue) = 161+7+19=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10713 is #5EF8EC. Grayscale: #363636. Windows color (decimal): -6224109 or 1247137. OLE color: 1247137.

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

Color convert

RGB 161 7 19 -
CMYK 0 0.96 0.88 0.37
HSL 355.32º 0.92% 0.33% -
HSV(B) 355.32º 0.96% 0.63% -
XYZ 14.89 7.78 1.33 -
YUV 54.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 161 7 19 0 0.96 0.88 0.37 355.32 0.92 0.33
Hex A1 7 13 0 60 58 25 163 5C 21
Octal 241 7 23 0 140 130 45 543 134 41
Binary 10100001 111 10011 0 1100000 1011000 100101 101100011 1011100 100001

Color Harmonies of #A10713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10713

Black with #A10713

Text Example


Text Example

White with #A10713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10713; }

 p { color: rgb(161,7,19); }

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

background-color css

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

 a { background-color: rgb(161,7,19); }

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

border-color css

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

 span { border-color: rgb(161,7,19); }

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