Html Css Color HEX #A1111C Carmine

📋 copy color: '#A1111C'

red 161 ◦ green 17 ◦ blue 28

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

Shades of Carmine #A1111C

Tints of Carmine #A1111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 78.16%
G = 8.25%
B = 13.59%

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

#A1111C (or 0xA1111C) is known color: Carmine. HEX triplet: A1, 11 and 1C. RGB value is (161,17,28). Sum of RGB (Red+Green+Blue) = 161+17+28=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A1111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1111C is #5EEEE3. Grayscale: #3D3D3D. Windows color (decimal): -6221540 or 1839521. OLE color: 1839521.

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

Color convert

RGB 161 17 28 -
CMYK 0 0.89 0.83 0.37
HSL 355.42º 0.81% 0.35% -
HSV(B) 355.42º 0.89% 0.63% -
XYZ 15.11 8.06 1.86 -
YUV 61.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 161 17 28 0 0.89 0.83 0.37 355.42 0.81 0.35
Hex A1 11 1C 0 59 53 25 163 51 23
Octal 241 21 34 0 131 123 45 543 121 43
Binary 10100001 10001 11100 0 1011001 1010011 100101 101100011 1010001 100011

Color Harmonies of #A1111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1111C

Black with #A1111C

Text Example


Text Example

White with #A1111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1111C; }

 p { color: rgb(161,17,28); }

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

background-color css

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

 a { background-color: rgb(161,17,28); }

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

border-color css

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

 span { border-color: rgb(161,17,28); }

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