Html Css Color HEX #A1101D Carmine

📋 copy color: '#A1101D'

red 161 ◦ green 16 ◦ blue 29

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

Shades of Carmine #A1101D

Tints of Carmine #A1101D

RGB

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

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

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

R = 78.16%
G = 7.77%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1101D (or 0xA1101D) is known color: Carmine. HEX triplet: A1, 10 and 1D. RGB value is (161,16,29). Sum of RGB (Red+Green+Blue) = 161+16+29=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1101D is #5EEFE2. Grayscale: #3C3C3C. Windows color (decimal): -6221795 or 1904801. OLE color: 1904801.

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

Color convert

RGB 161 16 29 -
CMYK 0 0.90 0.82 0.37
HSL 354.62º 0.82% 0.35% -
HSV(B) 354.62º 0.9% 0.63% -
XYZ 15.11 8.04 1.92 -
YUV 60.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 161 16 29 0 0.90 0.82 0.37 354.62 0.82 0.35
Hex A1 10 1D 0 5A 52 25 163 52 23
Octal 241 20 35 0 132 122 45 543 122 43
Binary 10100001 10000 11101 0 1011010 1010010 100101 101100011 1010010 100011

Color Harmonies of #A1101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1101D

Black with #A1101D

Text Example


Text Example

White with #A1101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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