Html Css Color HEX #A0053A Carmine

📋 copy color: '#A0053A'

red 160 ◦ green 5 ◦ blue 58

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

Shades of Carmine #A0053A

Tints of Carmine #A0053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 71.75%
G = 2.24%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0053A (or 0xA0053A) is known color: Carmine. HEX triplet: A0, 05 and 3A. RGB value is (160,5,58). Sum of RGB (Red+Green+Blue) = 160+5+58=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0053A is #5FFAC5. Grayscale: #393939. Windows color (decimal): -6290118 or 3802528. OLE color: 3802528.

HSL color Cylindrical-coordinate representation of color #A0053A: hue angle of 339.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0053A is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 58 -
CMYK 0 0.97 0.64 0.37
HSL 339.48º 0.94% 0.32% -
HSV(B) 339.48º 0.97% 0.63% -
XYZ 15.32 7.89 4.72 -
YUV 57.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 160 5 58 0 0.97 0.64 0.37 339.48 0.94 0.32
Hex A0 5 3A 0 61 40 25 153 5E 20
Octal 240 5 72 0 141 100 45 523 136 40
Binary 10100000 101 111010 0 1100001 1000000 100101 101010011 1011110 100000

Color Harmonies of #A0053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0053A

Black with #A0053A

Text Example


Text Example

White with #A0053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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