Html Css Color HEX #A0092A Carmine

📋 copy color: '#A0092A'

red 160 ◦ green 9 ◦ blue 42

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

Shades of Carmine #A0092A

Tints of Carmine #A0092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 75.83%
G = 4.27%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0092A (or 0xA0092A) is known color: Carmine. HEX triplet: A0, 09 and 2A. RGB value is (160,9,42). Sum of RGB (Red+Green+Blue) = 160+9+42=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A0092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0092A is #5FF6D5. Grayscale: #393939. Windows color (decimal): -6289110 or 2754976. OLE color: 2754976.

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

Color convert

RGB 160 9 42 -
CMYK 0 0.94 0.74 0.37
HSL 346.89º 0.89% 0.33% -
HSV(B) 346.89º 0.94% 0.63% -
XYZ 15.01 7.84 2.91 -
YUV 57.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 160 9 42 0 0.94 0.74 0.37 346.89 0.89 0.33
Hex A0 9 2A 0 5E 4A 25 15B 59 21
Octal 240 11 52 0 136 112 45 533 131 41
Binary 10100000 1001 101010 0 1011110 1001010 100101 101011011 1011001 100001

Color Harmonies of #A0092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0092A

Black with #A0092A

Text Example


Text Example

White with #A0092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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