Html Css Color HEX #A8142A Carmine

📋 copy color: '#A8142A'

red 168 ◦ green 20 ◦ blue 42

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

Shades of Carmine #A8142A

Tints of Carmine #A8142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 73.04%
G = 8.7%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8142A (or 0xA8142A) is known color: Carmine. HEX triplet: A8, 14 and 2A. RGB value is (168,20,42). Sum of RGB (Red+Green+Blue) = 168+20+42=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8142A is #57EBD5. Grayscale: #424242. Windows color (decimal): -5762006 or 2757800. OLE color: 2757800.

HSL color Cylindrical-coordinate representation of color #A8142A: hue angle of 351.08º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8142A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 42 -
CMYK 0 0.88 0.75 0.34
HSL 351.08º 0.79% 0.37% -
HSV(B) 351.08º 0.88% 0.66% -
XYZ 16.82 8.99 3.04 -
YUV 66.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 168 20 42 0 0.88 0.75 0.34 351.08 0.79 0.37
Hex A8 14 2A 0 58 4B 22 15F 4F 25
Octal 250 24 52 0 130 113 42 537 117 45
Binary 10101000 10100 101010 0 1011000 1001011 100010 101011111 1001111 100101

Color Harmonies of #A8142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8142A

Black with #A8142A

Text Example


Text Example

White with #A8142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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