Html Css Color HEX #A8122D Carmine

📋 copy color: '#A8122D'

red 168 ◦ green 18 ◦ blue 45

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

Shades of Carmine #A8122D

Tints of Carmine #A8122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 72.73%
G = 7.79%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8122D (or 0xA8122D) is known color: Carmine. HEX triplet: A8, 12 and 2D. RGB value is (168,18,45). Sum of RGB (Red+Green+Blue) = 168+18+45=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8122D is #57EDD2. Grayscale: #414141. Windows color (decimal): -5762515 or 2953896. OLE color: 2953896.

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

Color convert

RGB 168 18 45 -
CMYK 0 0.89 0.73 0.34
HSL 349.2º 0.81% 0.36% -
HSV(B) 349.2º 0.89% 0.66% -
XYZ 16.84 8.95 3.32 -
YUV 65.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 168 18 45 0 0.89 0.73 0.34 349.2 0.81 0.36
Hex A8 12 2D 0 59 49 22 15D 51 24
Octal 250 22 55 0 131 111 42 535 121 44
Binary 10101000 10010 101101 0 1011001 1001001 100010 101011101 1010001 100100

Color Harmonies of #A8122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8122D

Black with #A8122D

Text Example


Text Example

White with #A8122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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