Html Css Color HEX #A1121D Carmine

📋 copy color: '#A1121D'

red 161 ◦ green 18 ◦ blue 29

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

Shades of Carmine #A1121D

Tints of Carmine #A1121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 77.4%
G = 8.65%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1121D (or 0xA1121D) is known color: Carmine. HEX triplet: A1, 12 and 1D. RGB value is (161,18,29). Sum of RGB (Red+Green+Blue) = 161+18+29=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A1121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1121D is #5EEDE2. Grayscale: #3E3E3E. Windows color (decimal): -6221283 or 1905313. OLE color: 1905313.

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

Color convert

RGB 161 18 29 -
CMYK 0 0.89 0.82 0.37
HSL 355.38º 0.8% 0.35% -
HSV(B) 355.38º 0.89% 0.63% -
XYZ 15.14 8.1 1.93 -
YUV 62.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 161 18 29 0 0.89 0.82 0.37 355.38 0.8 0.35
Hex A1 12 1D 0 59 52 25 163 50 23
Octal 241 22 35 0 131 122 45 543 120 43
Binary 10100001 10010 11101 0 1011001 1010010 100101 101100011 1010000 100011

Color Harmonies of #A1121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1121D

Black with #A1121D

Text Example


Text Example

White with #A1121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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