Html Css Color HEX #A1101F Carmine

📋 copy color: '#A1101F'

red 161 ◦ green 16 ◦ blue 31

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

Shades of Carmine #A1101F

Tints of Carmine #A1101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

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

R = 77.4%
G = 7.69%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1101F (or 0xA1101F) is known color: Carmine. HEX triplet: A1, 10 and 1F. RGB value is (161,16,31). Sum of RGB (Red+Green+Blue) = 161+16+31=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1101F is #5EEFE0. Grayscale: #3D3D3D. Windows color (decimal): -6221793 or 2035873. OLE color: 2035873.

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

Color convert

RGB 161 16 31 -
CMYK 0 0.90 0.81 0.37
HSL 353.79º 0.82% 0.35% -
HSV(B) 353.79º 0.9% 0.63% -
XYZ 15.13 8.05 2.05 -
YUV 61.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 161 16 31 0 0.90 0.81 0.37 353.79 0.82 0.35
Hex A1 10 1F 0 5A 51 25 162 52 23
Octal 241 20 37 0 132 121 45 542 122 43
Binary 10100001 10000 11111 0 1011010 1010001 100101 101100010 1010010 100011

Color Harmonies of #A1101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1101F

Black with #A1101F

Text Example


Text Example

White with #A1101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1101F; }

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

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

background-color css

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

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

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

border-color css

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

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

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