Html Css Color HEX #A1131F Carmine

📋 copy color: '#A1131F'

red 161 ◦ green 19 ◦ blue 31

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

Shades of Carmine #A1131F

Tints of Carmine #A1131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.69%

R = 76.3%
G = 9%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1131F (or 0xA1131F) is known color: Carmine. HEX triplet: A1, 13 and 1F. RGB value is (161,19,31). Sum of RGB (Red+Green+Blue) = 161+19+31=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A1131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1131F is #5EECE0. Grayscale: #3E3E3E. Windows color (decimal): -6221025 or 2036641. OLE color: 2036641.

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

Color convert

RGB 161 19 31 -
CMYK 0 0.88 0.81 0.37
HSL 354.93º 0.79% 0.35% -
HSV(B) 354.93º 0.88% 0.63% -
XYZ 15.18 8.14 2.07 -
YUV 62.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 161 19 31 0 0.88 0.81 0.37 354.93 0.79 0.35
Hex A1 13 1F 0 58 51 25 163 4F 23
Octal 241 23 37 0 130 121 45 543 117 43
Binary 10100001 10011 11111 0 1011000 1010001 100101 101100011 1001111 100011

Color Harmonies of #A1131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1131F

Black with #A1131F

Text Example


Text Example

White with #A1131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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