Html Css Color HEX #A1141A Carmine

📋 copy color: '#A1141A'

red 161 ◦ green 20 ◦ blue 26

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

Shades of Carmine #A1141A

Tints of Carmine #A1141A

RGB

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

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

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

R = 77.78%
G = 9.66%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1141A (or 0xA1141A) is known color: Carmine. HEX triplet: A1, 14 and 1A. RGB value is (161,20,26). Sum of RGB (Red+Green+Blue) = 161+20+26=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1141A is #5EEBE5. Grayscale: #3E3E3E. Windows color (decimal): -6220774 or 1709217. OLE color: 1709217.

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

Color convert

RGB 161 20 26 -
CMYK 0 0.88 0.84 0.37
HSL 357.45º 0.78% 0.35% -
HSV(B) 357.45º 0.88% 0.63% -
XYZ 15.13 8.15 1.75 -
YUV 62.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 161 20 26 0 0.88 0.84 0.37 357.45 0.78 0.35
Hex A1 14 1A 0 58 54 25 165 4E 23
Octal 241 24 32 0 130 124 45 545 116 43
Binary 10100001 10100 11010 0 1011000 1010100 100101 101100101 1001110 100011

Color Harmonies of #A1141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1141A

Black with #A1141A

Text Example


Text Example

White with #A1141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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