Html Css Color HEX #A1141D Carmine

📋 copy color: '#A1141D'

red 161 ◦ green 20 ◦ blue 29

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

Shades of Carmine #A1141D

Tints of Carmine #A1141D

RGB

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

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

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

R = 76.67%
G = 9.52%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1141D (or 0xA1141D) is known color: Carmine. HEX triplet: A1, 14 and 1D. RGB value is (161,20,29). Sum of RGB (Red+Green+Blue) = 161+20+29=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141D is #5EEBE2. Grayscale: #3F3F3F. Windows color (decimal): -6220771 or 1905825. OLE color: 1905825.

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

Color convert

RGB 161 20 29 -
CMYK 0 0.88 0.82 0.37
HSL 356.17º 0.78% 0.35% -
HSV(B) 356.17º 0.88% 0.63% -
XYZ 15.17 8.17 1.94 -
YUV 63.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 161 20 29 0 0.88 0.82 0.37 356.17 0.78 0.35
Hex A1 14 1D 0 58 52 25 164 4E 23
Octal 241 24 35 0 130 122 45 544 116 43
Binary 10100001 10100 11101 0 1011000 1010010 100101 101100100 1001110 100011

Color Harmonies of #A1141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1141D

Black with #A1141D

Text Example


Text Example

White with #A1141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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