Html Css Color HEX #A1131D Carmine

📋 copy color: '#A1131D'

red 161 ◦ green 19 ◦ blue 29

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

Shades of Carmine #A1131D

Tints of Carmine #A1131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 77.03%
G = 9.09%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1131D (or 0xA1131D) is known color: Carmine. HEX triplet: A1, 13 and 1D. RGB value is (161,19,29). Sum of RGB (Red+Green+Blue) = 161+19+29=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A1131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1131D is #5EECE2. Grayscale: #3E3E3E. Windows color (decimal): -6221027 or 1905569. OLE color: 1905569.

HSL color Cylindrical-coordinate representation of color #A1131D: hue angle of 355.77º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1131D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 29 -
CMYK 0 0.88 0.82 0.37
HSL 355.77º 0.79% 0.35% -
HSV(B) 355.77º 0.88% 0.63% -
XYZ 15.15 8.13 1.93 -
YUV 62.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 161 19 29 0 0.88 0.82 0.37 355.77 0.79 0.35
Hex A1 13 1D 0 58 52 25 164 4F 23
Octal 241 23 35 0 130 122 45 544 117 43
Binary 10100001 10011 11101 0 1011000 1010010 100101 101100100 1001111 100011

Color Harmonies of #A1131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1131D

Black with #A1131D

Text Example


Text Example

White with #A1131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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