Html Css Color HEX #A8141F Carmine

📋 copy color: '#A8141F'

red 168 ◦ green 20 ◦ blue 31

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

Shades of Carmine #A8141F

Tints of Carmine #A8141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 76.71%
G = 9.13%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8141F (or 0xA8141F) is known color: Carmine. HEX triplet: A8, 14 and 1F. RGB value is (168,20,31). Sum of RGB (Red+Green+Blue) = 168+20+31=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8141F is #57EBE0. Grayscale: #414141. Windows color (decimal): -5762017 or 2036904. OLE color: 2036904.

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

Color convert

RGB 168 20 31 -
CMYK 0 0.88 0.82 0.34
HSL 355.54º 0.79% 0.37% -
HSV(B) 355.54º 0.88% 0.66% -
XYZ 16.65 8.92 2.14 -
YUV 65.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 168 20 31 0 0.88 0.82 0.34 355.54 0.79 0.37
Hex A8 14 1F 0 58 52 22 164 4F 25
Octal 250 24 37 0 130 122 42 544 117 45
Binary 10101000 10100 11111 0 1011000 1010010 100010 101100100 1001111 100101

Color Harmonies of #A8141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8141F

Black with #A8141F

Text Example


Text Example

White with #A8141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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