Html Css Color HEX #A8121C Carmine

📋 copy color: '#A8121C'

red 168 ◦ green 18 ◦ blue 28

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

Shades of Carmine #A8121C

Tints of Carmine #A8121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 78.5%
G = 8.41%
B = 13.08%

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

#A8121C (or 0xA8121C) is known color: Carmine. HEX triplet: A8, 12 and 1C. RGB value is (168,18,28). Sum of RGB (Red+Green+Blue) = 168+18+28=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8121C is #57EDE3. Grayscale: #404040. Windows color (decimal): -5762532 or 1839784. OLE color: 1839784.

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

Color convert

RGB 168 18 28 -
CMYK 0 0.89 0.83 0.34
HSL 356º 0.81% 0.36% -
HSV(B) 356º 0.89% 0.66% -
XYZ 16.57 8.84 1.93 -
YUV 63.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 168 18 28 0 0.89 0.83 0.34 356 0.81 0.36
Hex A8 12 1C 0 59 53 22 164 51 24
Octal 250 22 34 0 131 123 42 544 121 44
Binary 10101000 10010 11100 0 1011001 1010011 100010 101100100 1010001 100100

Color Harmonies of #A8121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8121C

Black with #A8121C

Text Example


Text Example

White with #A8121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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