Html Css Color HEX #A8121D Carmine

📋 copy color: '#A8121D'

red 168 ◦ green 18 ◦ blue 29

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

Shades of Carmine #A8121D

Tints of Carmine #A8121D

RGB

 RED value IS 168 (66.02% from 255) = 78.14%

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 78.14%
G = 8.37%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8121D (or 0xA8121D) is known color: Carmine. HEX triplet: A8, 12 and 1D. RGB value is (168,18,29). Sum of RGB (Red+Green+Blue) = 168+18+29=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A8121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8121D is #57EDE2. Grayscale: #404040. Windows color (decimal): -5762531 or 1905320. OLE color: 1905320.

HSL color Cylindrical-coordinate representation of color #A8121D: hue angle of 355.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8121D is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 29 -
CMYK 0 0.89 0.83 0.34
HSL 355.6º 0.81% 0.36% -
HSV(B) 355.6º 0.89% 0.66% -
XYZ 16.59 8.85 2 -
YUV 64.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 168 18 29 0 0.89 0.83 0.34 355.6 0.81 0.36
Hex A8 12 1D 0 59 53 22 164 51 24
Octal 250 22 35 0 131 123 42 544 121 44
Binary 10101000 10010 11101 0 1011001 1010011 100010 101100100 1010001 100100

Color Harmonies of #A8121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8121D

Black with #A8121D

Text Example


Text Example

White with #A8121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8121D; }

 p { color: rgb(168,18,29); }

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

background-color css

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

 a { background-color: rgb(168,18,29); }

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

border-color css

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

 span { border-color: rgb(168,18,29); }

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