Html Css Color HEX #A1141F Carmine

📋 copy color: '#A1141F'

red 161 ◦ green 20 ◦ blue 31

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

Shades of Carmine #A1141F

Tints of Carmine #A1141F

RGB

 RED value IS 161 (63.28% from 255) = 75.94%

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

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

R = 75.94%
G = 9.43%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1141F (or 0xA1141F) is known color: Carmine. HEX triplet: A1, 14 and 1F. RGB value is (161,20,31). Sum of RGB (Red+Green+Blue) = 161+20+31=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141F is #5EEBE0. Grayscale: #3F3F3F. Windows color (decimal): -6220769 or 2036897. OLE color: 2036897.

HSL color Cylindrical-coordinate representation of color #A1141F: hue angle of 355.32º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1141F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 31 -
CMYK 0 0.88 0.81 0.37
HSL 355.32º 0.78% 0.35% -
HSV(B) 355.32º 0.88% 0.63% -
XYZ 15.2 8.18 2.07 -
YUV 63.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 161 20 31 0 0.88 0.81 0.37 355.32 0.78 0.35
Hex A1 14 1F 0 58 51 25 163 4E 23
Octal 241 24 37 0 130 121 45 543 116 43
Binary 10100001 10100 11111 0 1011000 1010001 100101 101100011 1001110 100011

Color Harmonies of #A1141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1141F

Black with #A1141F

Text Example


Text Example

White with #A1141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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