Html Css Color HEX #A1111E Carmine

📋 copy color: '#A1111E'

red 161 ◦ green 17 ◦ blue 30

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

Shades of Carmine #A1111E

Tints of Carmine #A1111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 77.4%
G = 8.17%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1111E (or 0xA1111E) is known color: Carmine. HEX triplet: A1, 11 and 1E. RGB value is (161,17,30). Sum of RGB (Red+Green+Blue) = 161+17+30=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1111E is #5EEEE1. Grayscale: #3D3D3D. Windows color (decimal): -6221538 or 1970593. OLE color: 1970593.

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

Color convert

RGB 161 17 30 -
CMYK 0 0.89 0.81 0.37
HSL 354.58º 0.81% 0.35% -
HSV(B) 354.58º 0.89% 0.63% -
XYZ 15.13 8.07 1.99 -
YUV 61.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 161 17 30 0 0.89 0.81 0.37 354.58 0.81 0.35
Hex A1 11 1E 0 59 51 25 163 51 23
Octal 241 21 36 0 131 121 45 543 121 43
Binary 10100001 10001 11110 0 1011001 1010001 100101 101100011 1010001 100011

Color Harmonies of #A1111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1111E

Black with #A1111E

Text Example


Text Example

White with #A1111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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