Html Css Color HEX #A1161E Carmine

📋 copy color: '#A1161E'

red 161 ◦ green 22 ◦ blue 30

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

Shades of Carmine #A1161E

Tints of Carmine #A1161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 75.59%
G = 10.33%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1161E (or 0xA1161E) is known color: Carmine. HEX triplet: A1, 16 and 1E. RGB value is (161,22,30). Sum of RGB (Red+Green+Blue) = 161+22+30=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A1161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1161E is #5EE9E1. Grayscale: #404040. Windows color (decimal): -6220258 or 1971873. OLE color: 1971873.

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

Color convert

RGB 161 22 30 -
CMYK 0 0.86 0.81 0.37
HSL 356.55º 0.76% 0.36% -
HSV(B) 356.55º 0.86% 0.63% -
XYZ 15.22 8.24 2.02 -
YUV 64.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 161 22 30 0 0.86 0.81 0.37 356.55 0.76 0.36
Hex A1 16 1E 0 56 51 25 165 4C 24
Octal 241 26 36 0 126 121 45 545 114 44
Binary 10100001 10110 11110 0 1010110 1010001 100101 101100101 1001100 100100

Color Harmonies of #A1161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1161E

Black with #A1161E

Text Example


Text Example

White with #A1161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1161E; }

 p { color: rgb(161,22,30); }

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

background-color css

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

 a { background-color: rgb(161,22,30); }

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

border-color css

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

 span { border-color: rgb(161,22,30); }

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