Html Css Color HEX #A10719 Carmine

📋 copy color: '#A10719'

red 161 ◦ green 7 ◦ blue 25

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

Shades of Carmine #A10719

Tints of Carmine #A10719

RGB

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

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

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

R = 83.42%
G = 3.63%
B = 12.95%

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

#A10719 (or 0xA10719) is known color: Carmine. HEX triplet: A1, 07 and 19. RGB value is (161,7,25). Sum of RGB (Red+Green+Blue) = 161+7+25=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A10719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10719 is #5EF8E6. Grayscale: #373737. Windows color (decimal): -6224103 or 1640353. OLE color: 1640353.

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

Color convert

RGB 161 7 25 -
CMYK 0 0.96 0.84 0.37
HSL 352.99º 0.92% 0.33% -
HSV(B) 352.99º 0.96% 0.63% -
XYZ 14.95 7.8 1.64 -
YUV 55.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 161 7 25 0 0.96 0.84 0.37 352.99 0.92 0.33
Hex A1 7 19 0 60 54 25 161 5C 21
Octal 241 7 31 0 140 124 45 541 134 41
Binary 10100001 111 11001 0 1100000 1010100 100101 101100001 1011100 100001

Color Harmonies of #A10719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10719

Black with #A10719

Text Example


Text Example

White with #A10719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10719; }

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

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

background-color css

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

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

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

border-color css

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

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

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