Html Css Color HEX #A0093A Carmine

📋 copy color: '#A0093A'

red 160 ◦ green 9 ◦ blue 58

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

Shades of Carmine #A0093A

Tints of Carmine #A0093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 70.48%
G = 3.96%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0093A (or 0xA0093A) is known color: Carmine. HEX triplet: A0, 09 and 3A. RGB value is (160,9,58). Sum of RGB (Red+Green+Blue) = 160+9+58=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0093A is #5FF6C5. Grayscale: #3B3B3B. Windows color (decimal): -6289094 or 3803552. OLE color: 3803552.

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

Color convert

RGB 160 9 58 -
CMYK 0 0.94 0.64 0.37
HSL 340.53º 0.89% 0.33% -
HSV(B) 340.53º 0.94% 0.63% -
XYZ 15.36 7.97 4.73 -
YUV 59.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 160 9 58 0 0.94 0.64 0.37 340.53 0.89 0.33
Hex A0 9 3A 0 5E 40 25 155 59 21
Octal 240 11 72 0 136 100 45 525 131 41
Binary 10100000 1001 111010 0 1011110 1000000 100101 101010101 1011001 100001

Color Harmonies of #A0093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0093A

Black with #A0093A

Text Example


Text Example

White with #A0093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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