Html Css Color HEX #A1092A Carmine

📋 copy color: '#A1092A'

red 161 ◦ green 9 ◦ blue 42

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

Shades of Carmine #A1092A

Tints of Carmine #A1092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 75.94%
G = 4.25%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1092A (or 0xA1092A) is known color: Carmine. HEX triplet: A1, 09 and 2A. RGB value is (161,9,42). Sum of RGB (Red+Green+Blue) = 161+9+42=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1092A is #5EF6D5. Grayscale: #3A3A3A. Windows color (decimal): -6223574 or 2754977. OLE color: 2754977.

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

Color convert

RGB 161 9 42 -
CMYK 0 0.94 0.74 0.37
HSL 346.97º 0.89% 0.33% -
HSV(B) 346.97º 0.94% 0.63% -
XYZ 15.21 7.94 2.92 -
YUV 58.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 161 9 42 0 0.94 0.74 0.37 346.97 0.89 0.33
Hex A1 9 2A 0 5E 4A 25 15B 59 21
Octal 241 11 52 0 136 112 45 533 131 41
Binary 10100001 1001 101010 0 1011110 1001010 100101 101011011 1011001 100001

Color Harmonies of #A1092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1092A

Black with #A1092A

Text Example


Text Example

White with #A1092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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