Html Css Color HEX #A1151C Carmine

📋 copy color: '#A1151C'

red 161 ◦ green 21 ◦ blue 28

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

Shades of Carmine #A1151C

Tints of Carmine #A1151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 76.67%
G = 10%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1151C (or 0xA1151C) is known color: Carmine. HEX triplet: A1, 15 and 1C. RGB value is (161,21,28). Sum of RGB (Red+Green+Blue) = 161+21+28=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A1151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1151C is #5EEAE3. Grayscale: #3F3F3F. Windows color (decimal): -6220516 or 1840545. OLE color: 1840545.

HSL color Cylindrical-coordinate representation of color #A1151C: hue angle of 357º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1151C is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 21 28 -
CMYK 0 0.87 0.83 0.37
HSL 357º 0.77% 0.36% -
HSV(B) 357º 0.87% 0.63% -
XYZ 15.18 8.2 1.88 -
YUV 63.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 161 21 28 0 0.87 0.83 0.37 357 0.77 0.36
Hex A1 15 1C 0 57 53 25 165 4D 24
Octal 241 25 34 0 127 123 45 545 115 44
Binary 10100001 10101 11100 0 1010111 1010011 100101 101100101 1001101 100100

Color Harmonies of #A1151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1151C

Black with #A1151C

Text Example


Text Example

White with #A1151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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