Html Css Color HEX #A10728 Carmine

📋 copy color: '#A10728'

red 161 ◦ green 7 ◦ blue 40

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

Shades of Carmine #A10728

Tints of Carmine #A10728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 77.4%
G = 3.37%
B = 19.23%

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

#A10728 (or 0xA10728) is known color: Carmine. HEX triplet: A1, 07 and 28. RGB value is (161,7,40). Sum of RGB (Red+Green+Blue) = 161+7+40=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A10728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10728 is #5EF8D7. Grayscale: #383838. Windows color (decimal): -6224088 or 2623393. OLE color: 2623393.

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

Color convert

RGB 161 7 40 -
CMYK 0 0.96 0.75 0.37
HSL 347.14º 0.92% 0.33% -
HSV(B) 347.14º 0.96% 0.63% -
XYZ 15.16 7.88 2.73 -
YUV 56.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 161 7 40 0 0.96 0.75 0.37 347.14 0.92 0.33
Hex A1 7 28 0 60 4B 25 15B 5C 21
Octal 241 7 50 0 140 113 45 533 134 41
Binary 10100001 111 101000 0 1100000 1001011 100101 101011011 1011100 100001

Color Harmonies of #A10728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10728

Black with #A10728

Text Example


Text Example

White with #A10728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10728; }

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

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

background-color css

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

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

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

border-color css

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

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

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