Html Css Color HEX #A8141D Carmine

📋 copy color: '#A8141D'

red 168 ◦ green 20 ◦ blue 29

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

Shades of Carmine #A8141D

Tints of Carmine #A8141D

RGB

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

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

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

R = 77.42%
G = 9.22%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8141D (or 0xA8141D) is known color: Carmine. HEX triplet: A8, 14 and 1D. RGB value is (168,20,29). Sum of RGB (Red+Green+Blue) = 168+20+29=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A8141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8141D is #57EBE2. Grayscale: #414141. Windows color (decimal): -5762019 or 1905832. OLE color: 1905832.

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

Color convert

RGB 168 20 29 -
CMYK 0 0.88 0.83 0.34
HSL 356.35º 0.79% 0.37% -
HSV(B) 356.35º 0.88% 0.66% -
XYZ 16.62 8.91 2.01 -
YUV 65.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 168 20 29 0 0.88 0.83 0.34 356.35 0.79 0.37
Hex A8 14 1D 0 58 53 22 164 4F 25
Octal 250 24 35 0 130 123 42 544 117 45
Binary 10101000 10100 11101 0 1011000 1010011 100010 101100100 1001111 100101

Color Harmonies of #A8141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8141D

Black with #A8141D

Text Example


Text Example

White with #A8141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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