Html Css Color HEX #A40D12 Carmine

📋 copy color: '#A40D12'

red 164 ◦ green 13 ◦ blue 18

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

Shades of Carmine #A40D12

Tints of Carmine #A40D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

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

R = 84.1%
G = 6.67%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A40D12 (or 0xA40D12) is known color: Carmine. HEX triplet: A4, 0D and 12. RGB value is (164,13,18). Sum of RGB (Red+Green+Blue) = 164+13+18=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40D12 is #5BF2ED. Grayscale: #3A3A3A. Windows color (decimal): -6025966 or 1183140. OLE color: 1183140.

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

Color convert

RGB 164 13 18 -
CMYK 0 0.92 0.89 0.36
HSL 358.01º 0.85% 0.35% -
HSV(B) 358.01º 0.92% 0.64% -
XYZ 15.56 8.22 1.34 -
YUV 58.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 164 13 18 0 0.92 0.89 0.36 358.01 0.85 0.35
Hex A4 D 12 0 5C 59 24 166 55 23
Octal 244 15 22 0 134 131 44 546 125 43
Binary 10100100 1101 10010 0 1011100 1011001 100100 101100110 1010101 100011

Color Harmonies of #A40D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40D12

Black with #A40D12

Text Example


Text Example

White with #A40D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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