Html Css Color HEX #A10012 Carmine

📋 copy color: '#A10012'

red 161 ◦ green 0 ◦ blue 18

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

Shades of Carmine #A10012

Tints of Carmine #A10012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 89.94%
G = 0%
B = 10.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A10012 (or 0xA10012) is known color: Carmine. HEX triplet: A1, 00 and 12. RGB value is (161,0,18). Sum of RGB (Red+Green+Blue) = 161+0+18=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A10012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10012 is #5EFFED. Grayscale: #323232. Windows color (decimal): -6225902 or 1179809. OLE color: 1179809.

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

Color convert

RGB 161 0 18 -
CMYK 0 1 0.89 0.37
HSL 353.29º 1% 0.32% -
HSV(B) 353.29º 1% 0.63% -
XYZ 14.81 7.62 1.26 -
YUV 50.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 161 0 18 0 1 0.89 0.37 353.29 1 0.32
Hex A1 0 12 0 64 59 25 161 64 20
Octal 241 0 22 0 144 131 45 541 144 40
Binary 10100001 0 10010 0 1100100 1011001 100101 101100001 1100100 100000

Color Harmonies of #A10012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10012

Black with #A10012

Text Example


Text Example

White with #A10012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10012; }

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

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

background-color css

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

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

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

border-color css

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

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

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