Html Css Color HEX #A1011D Carmine

📋 copy color: '#A1011D'

red 161 ◦ green 1 ◦ blue 29

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

Shades of Carmine #A1011D

Tints of Carmine #A1011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 84.29%
G = 0.52%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1011D (or 0xA1011D) is known color: Carmine. HEX triplet: A1, 01 and 1D. RGB value is (161,1,29). Sum of RGB (Red+Green+Blue) = 161+1+29=191 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.29% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 161 - color contains mainly: red. Hex color #A1011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1011D is #5EFEE2. Grayscale: #343434. Windows color (decimal): -6225635 or 1900961. OLE color: 1900961.

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

Color convert

RGB 161 1 29 -
CMYK 0 0.99 0.82 0.37
HSL 349.5º 0.99% 0.32% -
HSV(B) 349.5º 0.99% 0.63% -
XYZ 14.93 7.69 1.86 -
YUV 52.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 161 1 29 0 0.99 0.82 0.37 349.5 0.99 0.32
Hex A1 1 1D 0 63 52 25 15E 63 20
Octal 241 1 35 0 143 122 45 536 143 40
Binary 10100001 1 11101 0 1100011 1010010 100101 101011110 1100011 100000

Color Harmonies of #A1011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1011D

Black with #A1011D

Text Example


Text Example

White with #A1011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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