Html Css Color HEX #A0091C Carmine

📋 copy color: '#A0091C'

red 160 ◦ green 9 ◦ blue 28

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

Shades of Carmine #A0091C

Tints of Carmine #A0091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 81.22%
G = 4.57%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0091C (or 0xA0091C) is known color: Carmine. HEX triplet: A0, 09 and 1C. RGB value is (160,9,28). Sum of RGB (Red+Green+Blue) = 160+9+28=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A0091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0091C is #5FF6E3. Grayscale: #383838. Windows color (decimal): -6289124 or 1837472. OLE color: 1837472.

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

Color convert

RGB 160 9 28 -
CMYK 0 0.94 0.82 0.37
HSL 352.45º 0.89% 0.33% -
HSV(B) 352.45º 0.94% 0.63% -
XYZ 14.8 7.75 1.81 -
YUV 56.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 160 9 28 0 0.94 0.82 0.37 352.45 0.89 0.33
Hex A0 9 1C 0 5E 52 25 160 59 21
Octal 240 11 34 0 136 122 45 540 131 41
Binary 10100000 1001 11100 0 1011110 1010010 100101 101100000 1011001 100001

Color Harmonies of #A0091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0091C

Black with #A0091C

Text Example


Text Example

White with #A0091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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