Html Css Color HEX #A1151D Carmine

📋 copy color: '#A1151D'

red 161 ◦ green 21 ◦ blue 29

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

Shades of Carmine #A1151D

Tints of Carmine #A1151D

RGB

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

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

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

R = 76.3%
G = 9.95%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1151D (or 0xA1151D) is known color: Carmine. HEX triplet: A1, 15 and 1D. RGB value is (161,21,29). Sum of RGB (Red+Green+Blue) = 161+21+29=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1151D is #5EEAE2. Grayscale: #3F3F3F. Windows color (decimal): -6220515 or 1906081. OLE color: 1906081.

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

Color convert

RGB 161 21 29 -
CMYK 0 0.87 0.82 0.37
HSL 356.57º 0.77% 0.36% -
HSV(B) 356.57º 0.87% 0.63% -
XYZ 15.19 8.2 1.95 -
YUV 63.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 161 21 29 0 0.87 0.82 0.37 356.57 0.77 0.36
Hex A1 15 1D 0 57 52 25 165 4D 24
Octal 241 25 35 0 127 122 45 545 115 44
Binary 10100001 10101 11101 0 1010111 1010010 100101 101100101 1001101 100100

Color Harmonies of #A1151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1151D

Black with #A1151D

Text Example


Text Example

White with #A1151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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