Html Css Color HEX #A8122A Carmine

📋 copy color: '#A8122A'

red 168 ◦ green 18 ◦ blue 42

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

Shades of Carmine #A8122A

Tints of Carmine #A8122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 73.68%
G = 7.89%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8122A (or 0xA8122A) is known color: Carmine. HEX triplet: A8, 12 and 2A. RGB value is (168,18,42). Sum of RGB (Red+Green+Blue) = 168+18+42=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A8122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8122A is #57EDD5. Grayscale: #414141. Windows color (decimal): -5762518 or 2757288. OLE color: 2757288.

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

Color convert

RGB 168 18 42 -
CMYK 0 0.89 0.75 0.34
HSL 350.4º 0.81% 0.36% -
HSV(B) 350.4º 0.89% 0.66% -
XYZ 16.78 8.92 3.03 -
YUV 65.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 168 18 42 0 0.89 0.75 0.34 350.4 0.81 0.36
Hex A8 12 2A 0 59 4B 22 15E 51 24
Octal 250 22 52 0 131 113 42 536 121 44
Binary 10101000 10010 101010 0 1011001 1001011 100010 101011110 1010001 100100

Color Harmonies of #A8122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8122A

Black with #A8122A

Text Example


Text Example

White with #A8122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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