Html Css Color HEX #A40012 Carmine

📋 copy color: '#A40012'

red 164 ◦ green 0 ◦ blue 18

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

Shades of Carmine #A40012

Tints of Carmine #A40012

RGB

 RED value IS 164 (64.45% from 255) = 90.11%

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

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

R = 90.11%
G = 0%
B = 9.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A40012 (or 0xA40012) is known color: Carmine. HEX triplet: A4, 00 and 12. RGB value is (164,0,18). Sum of RGB (Red+Green+Blue) = 164+0+18=182 (24% of max value = 765). Red value is 164 (64.45% from 255 or 90.11% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 164 - color contains mainly: red. Hex color #A40012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40012 is #5BFFED. Grayscale: #333333. Windows color (decimal): -6029294 or 1179812. OLE color: 1179812.

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

Color convert

RGB 164 0 18 -
CMYK 0 1 0.89 0.36
HSL 353.41º 1% 0.32% -
HSV(B) 353.41º 1% 0.64% -
XYZ 15.42 7.94 1.29 -
YUV 51.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 164 0 18 0 1 0.89 0.36 353.41 1 0.32
Hex A4 0 12 0 64 59 24 161 64 20
Octal 244 0 22 0 144 131 44 541 144 40
Binary 10100100 0 10010 0 1100100 1011001 100100 101100001 1100100 100000

Color Harmonies of #A40012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40012

Black with #A40012

Text Example


Text Example

White with #A40012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40012; }

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

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

background-color css

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

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

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

border-color css

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

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

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