Html Css Color HEX #A2092C Carmine

📋 copy color: '#A2092C'

red 162 ◦ green 9 ◦ blue 44

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

Shades of Carmine #A2092C

Tints of Carmine #A2092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.47%

R = 75.35%
G = 4.19%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2092C (or 0xA2092C) is known color: Carmine. HEX triplet: A2, 09 and 2C. RGB value is (162,9,44). Sum of RGB (Red+Green+Blue) = 162+9+44=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A2092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2092C is #5DF6D3. Grayscale: #3A3A3A. Windows color (decimal): -6158036 or 2886050. OLE color: 2886050.

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

Color convert

RGB 162 9 44 -
CMYK 0 0.94 0.73 0.36
HSL 346.27º 0.89% 0.34% -
HSV(B) 346.27º 0.94% 0.64% -
XYZ 15.45 8.06 3.12 -
YUV 58.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 162 9 44 0 0.94 0.73 0.36 346.27 0.89 0.34
Hex A2 9 2C 0 5E 49 24 15A 59 22
Octal 242 11 54 0 136 111 44 532 131 42
Binary 10100010 1001 101100 0 1011110 1001001 100100 101011010 1011001 100010

Color Harmonies of #A2092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2092C

Black with #A2092C

Text Example


Text Example

White with #A2092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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