Html Css Color HEX #A2092E Carmine

📋 copy color: '#A2092E'

red 162 ◦ green 9 ◦ blue 46

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

Shades of Carmine #A2092E

Tints of Carmine #A2092E

RGB

 RED value IS 162 (63.67% from 255) = 74.65%

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

 BLUE value IS 46 (18.36% from 255) = 21.2%

R = 74.65%
G = 4.15%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2092E (or 0xA2092E) is known color: Carmine. HEX triplet: A2, 09 and 2E. RGB value is (162,9,46). Sum of RGB (Red+Green+Blue) = 162+9+46=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A2092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2092E is #5DF6D1. Grayscale: #3A3A3A. Windows color (decimal): -6158034 or 3017122. OLE color: 3017122.

HSL color Cylindrical-coordinate representation of color #A2092E: hue angle of 345.49º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2092E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 9 46 -
CMYK 0 0.94 0.72 0.36
HSL 345.49º 0.89% 0.34% -
HSV(B) 345.49º 0.94% 0.64% -
XYZ 15.49 8.07 3.33 -
YUV 58.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 162 9 46 0 0.94 0.72 0.36 345.49 0.89 0.34
Hex A2 9 2E 0 5E 48 24 159 59 22
Octal 242 11 56 0 136 110 44 531 131 42
Binary 10100010 1001 101110 0 1011110 1001000 100100 101011001 1011001 100010

Color Harmonies of #A2092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2092E

Black with #A2092E

Text Example


Text Example

White with #A2092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2092E; }

 p { color: rgb(162,9,46); }

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

background-color css

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

 a { background-color: rgb(162,9,46); }

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

border-color css

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

 span { border-color: rgb(162,9,46); }

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