Html Css Color HEX #A10729 Carmine

📋 copy color: '#A10729'

red 161 ◦ green 7 ◦ blue 41

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

Shades of Carmine #A10729

Tints of Carmine #A10729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 77.03%
G = 3.35%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A10729 (or 0xA10729) is known color: Carmine. HEX triplet: A1, 07 and 29. RGB value is (161,7,41). Sum of RGB (Red+Green+Blue) = 161+7+41=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A10729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10729 is #5EF8D6. Grayscale: #383838. Windows color (decimal): -6224087 or 2688929. OLE color: 2688929.

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

Color convert

RGB 161 7 41 -
CMYK 0 0.96 0.75 0.37
HSL 346.75º 0.92% 0.33% -
HSV(B) 346.75º 0.96% 0.63% -
XYZ 15.17 7.89 2.82 -
YUV 56.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 161 7 41 0 0.96 0.75 0.37 346.75 0.92 0.33
Hex A1 7 29 0 60 4B 25 15B 5C 21
Octal 241 7 51 0 140 113 45 533 134 41
Binary 10100001 111 101001 0 1100000 1001011 100101 101011011 1011100 100001

Color Harmonies of #A10729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10729

Black with #A10729

Text Example


Text Example

White with #A10729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10729; }

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

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

background-color css

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

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

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

border-color css

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

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

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