Html Css Color HEX #A2092D Carmine

📋 copy color: '#A2092D'

red 162 ◦ green 9 ◦ blue 45

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

Shades of Carmine #A2092D

Tints of Carmine #A2092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.83%

R = 75%
G = 4.17%
B = 20.83%

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

#A2092D (or 0xA2092D) is known color: Carmine. HEX triplet: A2, 09 and 2D. RGB value is (162,9,45). Sum of RGB (Red+Green+Blue) = 162+9+45=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A2092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2092D is #5DF6D2. Grayscale: #3A3A3A. Windows color (decimal): -6158035 or 2951586. OLE color: 2951586.

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

Color convert

RGB 162 9 45 -
CMYK 0 0.94 0.72 0.36
HSL 345.88º 0.89% 0.34% -
HSV(B) 345.88º 0.94% 0.64% -
XYZ 15.47 8.07 3.22 -
YUV 58.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 162 9 45 0 0.94 0.72 0.36 345.88 0.89 0.34
Hex A2 9 2D 0 5E 48 24 15A 59 22
Octal 242 11 55 0 136 110 44 532 131 42
Binary 10100010 1001 101101 0 1011110 1001000 100100 101011010 1011001 100010

Color Harmonies of #A2092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2092D

Black with #A2092D

Text Example


Text Example

White with #A2092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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