Html Css Color HEX #A1091F Carmine

📋 copy color: '#A1091F'

red 161 ◦ green 9 ◦ blue 31

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

Shades of Carmine #A1091F

Tints of Carmine #A1091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

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

R = 80.1%
G = 4.48%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1091F (or 0xA1091F) is known color: Carmine. HEX triplet: A1, 09 and 1F. RGB value is (161,9,31). Sum of RGB (Red+Green+Blue) = 161+9+31=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A1091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1091F is #5EF6E0. Grayscale: #393939. Windows color (decimal): -6223585 or 2034081. OLE color: 2034081.

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

Color convert

RGB 161 9 31 -
CMYK 0 0.94 0.81 0.37
HSL 351.32º 0.89% 0.33% -
HSV(B) 351.32º 0.94% 0.63% -
XYZ 15.04 7.87 2.02 -
YUV 56.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 161 9 31 0 0.94 0.81 0.37 351.32 0.89 0.33
Hex A1 9 1F 0 5E 51 25 15F 59 21
Octal 241 11 37 0 136 121 45 537 131 41
Binary 10100001 1001 11111 0 1011110 1010001 100101 101011111 1011001 100001

Color Harmonies of #A1091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1091F

Black with #A1091F

Text Example


Text Example

White with #A1091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1091F; }

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

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

background-color css

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

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

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

border-color css

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

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

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