Html Css Color HEX #A1111A Carmine

📋 copy color: '#A1111A'

red 161 ◦ green 17 ◦ blue 26

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

Shades of Carmine #A1111A

Tints of Carmine #A1111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

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

R = 78.92%
G = 8.33%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1111A (or 0xA1111A) is known color: Carmine. HEX triplet: A1, 11 and 1A. RGB value is (161,17,26). Sum of RGB (Red+Green+Blue) = 161+17+26=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A1111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1111A is #5EEEE5. Grayscale: #3D3D3D. Windows color (decimal): -6221542 or 1708449. OLE color: 1708449.

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

Color convert

RGB 161 17 26 -
CMYK 0 0.89 0.84 0.37
HSL 356.25º 0.81% 0.35% -
HSV(B) 356.25º 0.89% 0.63% -
XYZ 15.08 8.05 1.74 -
YUV 61.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 161 17 26 0 0.89 0.84 0.37 356.25 0.81 0.35
Hex A1 11 1A 0 59 54 25 164 51 23
Octal 241 21 32 0 131 124 45 544 121 43
Binary 10100001 10001 11010 0 1011001 1010100 100101 101100100 1010001 100011

Color Harmonies of #A1111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1111A

Black with #A1111A

Text Example


Text Example

White with #A1111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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