Html Css Color HEX #A1121B Carmine

📋 copy color: '#A1121B'

red 161 ◦ green 18 ◦ blue 27

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

Shades of Carmine #A1121B

Tints of Carmine #A1121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 78.16%
G = 8.74%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1121B (or 0xA1121B) is known color: Carmine. HEX triplet: A1, 12 and 1B. RGB value is (161,18,27). Sum of RGB (Red+Green+Blue) = 161+18+27=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1121B is #5EEDE4. Grayscale: #3D3D3D. Windows color (decimal): -6221285 or 1774241. OLE color: 1774241.

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

Color convert

RGB 161 18 27 -
CMYK 0 0.89 0.83 0.37
HSL 356.22º 0.8% 0.35% -
HSV(B) 356.22º 0.89% 0.63% -
XYZ 15.11 8.09 1.8 -
YUV 61.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 161 18 27 0 0.89 0.83 0.37 356.22 0.8 0.35
Hex A1 12 1B 0 59 53 25 164 50 23
Octal 241 22 33 0 131 123 45 544 120 43
Binary 10100001 10010 11011 0 1011001 1010011 100101 101100100 1010000 100011

Color Harmonies of #A1121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1121B

Black with #A1121B

Text Example


Text Example

White with #A1121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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