Html Css Color HEX #A8141A Carmine

📋 copy color: '#A8141A'

red 168 ◦ green 20 ◦ blue 26

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

Shades of Carmine #A8141A

Tints of Carmine #A8141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 78.5%
G = 9.35%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8141A (or 0xA8141A) is known color: Carmine. HEX triplet: A8, 14 and 1A. RGB value is (168,20,26). Sum of RGB (Red+Green+Blue) = 168+20+26=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8141A is #57EBE5. Grayscale: #414141. Windows color (decimal): -5762022 or 1709224. OLE color: 1709224.

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

Color convert

RGB 168 20 26 -
CMYK 0 0.88 0.85 0.34
HSL 357.57º 0.79% 0.37% -
HSV(B) 357.57º 0.88% 0.66% -
XYZ 16.59 8.9 1.82 -
YUV 64.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 168 20 26 0 0.88 0.85 0.34 357.57 0.79 0.37
Hex A8 14 1A 0 58 55 22 166 4F 25
Octal 250 24 32 0 130 125 42 546 117 45
Binary 10101000 10100 11010 0 1011000 1010101 100010 101100110 1001111 100101

Color Harmonies of #A8141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8141A

Black with #A8141A

Text Example


Text Example

White with #A8141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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