Html Css Color HEX #A10010 Carmine

📋 copy color: '#A10010'

red 161 ◦ green 0 ◦ blue 16

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

Shades of Carmine #A10010

Tints of Carmine #A10010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.96%
G = 0%
B = 9.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A10010 (or 0xA10010) is known color: Carmine. HEX triplet: A1, 00 and 10. RGB value is (161,0,16). Sum of RGB (Red+Green+Blue) = 161+0+16=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A10010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10010 is #5EFFEF. Grayscale: #323232. Windows color (decimal): -6225904 or 1048737. OLE color: 1048737.

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

Color convert

RGB 161 0 16 -
CMYK 0 1 0.90 0.37
HSL 354.04º 1% 0.32% -
HSV(B) 354.04º 1% 0.63% -
XYZ 14.79 7.61 1.18 -
YUV 49.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 161 0 16 0 1 0.90 0.37 354.04 1 0.32
Hex A1 0 10 0 64 5A 25 162 64 20
Octal 241 0 20 0 144 132 45 542 144 40
Binary 10100001 0 10000 0 1100100 1011010 100101 101100010 1100100 100000

Color Harmonies of #A10010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10010

Black with #A10010

Text Example


Text Example

White with #A10010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10010; }

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

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

background-color css

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

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

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

border-color css

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

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

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