Html Css Color HEX #A10510 Carmine

📋 copy color: '#A10510'

red 161 ◦ green 5 ◦ blue 16

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

Shades of Carmine #A10510

Tints of Carmine #A10510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 88.46%
G = 2.75%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A10510 (or 0xA10510) is known color: Carmine. HEX triplet: A1, 05 and 10. RGB value is (161,5,16). Sum of RGB (Red+Green+Blue) = 161+5+16=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A10510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10510 is #5EFAEF. Grayscale: #353535. Windows color (decimal): -6224624 or 1050017. OLE color: 1050017.

HSL color Cylindrical-coordinate representation of color #A10510: hue angle of 355.77º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10510 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 16 -
CMYK 0 0.97 0.90 0.37
HSL 355.77º 0.94% 0.33% -
HSV(B) 355.77º 0.97% 0.63% -
XYZ 14.85 7.72 1.2 -
YUV 52.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 161 5 16 0 0.97 0.90 0.37 355.77 0.94 0.33
Hex A1 5 10 0 61 5A 25 164 5E 21
Octal 241 5 20 0 141 132 45 544 136 41
Binary 10100001 101 10000 0 1100001 1011010 100101 101100100 1011110 100001

Color Harmonies of #A10510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10510

Black with #A10510

Text Example


Text Example

White with #A10510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10510; }

 p { color: rgb(161,5,16); }

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

background-color css

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

 a { background-color: rgb(161,5,16); }

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

border-color css

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

 span { border-color: rgb(161,5,16); }

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