Html Css Color HEX #A0092C Carmine

📋 copy color: '#A0092C'

red 160 ◦ green 9 ◦ blue 44

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

Shades of Carmine #A0092C

Tints of Carmine #A0092C

RGB

 RED value IS 160 (62.89% from 255) = 75.12%

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

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

R = 75.12%
G = 4.23%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0092C (or 0xA0092C) is known color: Carmine. HEX triplet: A0, 09 and 2C. RGB value is (160,9,44). Sum of RGB (Red+Green+Blue) = 160+9+44=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A0092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0092C is #5FF6D3. Grayscale: #3A3A3A. Windows color (decimal): -6289108 or 2886048. OLE color: 2886048.

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

Color convert

RGB 160 9 44 -
CMYK 0 0.94 0.72 0.37
HSL 346.09º 0.89% 0.33% -
HSV(B) 346.09º 0.94% 0.63% -
XYZ 15.05 7.85 3.11 -
YUV 58.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 160 9 44 0 0.94 0.72 0.37 346.09 0.89 0.33
Hex A0 9 2C 0 5E 48 25 15A 59 21
Octal 240 11 54 0 136 110 45 532 131 41
Binary 10100000 1001 101100 0 1011110 1001000 100101 101011010 1011001 100001

Color Harmonies of #A0092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0092C

Black with #A0092C

Text Example


Text Example

White with #A0092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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