Html Css Color HEX #A9141F Carmine

📋 copy color: '#A9141F'

red 169 ◦ green 20 ◦ blue 31

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

Shades of Carmine #A9141F

Tints of Carmine #A9141F

RGB

 RED value IS 169 (66.41% from 255) = 76.82%

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

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

R = 76.82%
G = 9.09%
B = 14.09%

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

#A9141F (or 0xA9141F) is known color: Carmine. HEX triplet: A9, 14 and 1F. RGB value is (169,20,31). Sum of RGB (Red+Green+Blue) = 169+20+31=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A9141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9141F is #56EBE0. Grayscale: #414141. Windows color (decimal): -5696481 or 2036905. OLE color: 2036905.

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

Color convert

RGB 169 20 31 -
CMYK 0 0.88 0.82 0.34
HSL 355.57º 0.79% 0.37% -
HSV(B) 355.57º 0.88% 0.66% -
XYZ 16.86 9.03 2.15 -
YUV 65.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 169 20 31 0 0.88 0.82 0.34 355.57 0.79 0.37
Hex A9 14 1F 0 58 52 22 164 4F 25
Octal 251 24 37 0 130 122 42 544 117 45
Binary 10101001 10100 11111 0 1011000 1010010 100010 101100100 1001111 100101

Color Harmonies of #A9141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9141F

Black with #A9141F

Text Example


Text Example

White with #A9141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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