Html Css Color HEX #A00539 Carmine

📋 copy color: '#A00539'

red 160 ◦ green 5 ◦ blue 57

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

Shades of Carmine #A00539

Tints of Carmine #A00539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 72.07%
G = 2.25%
B = 25.68%

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

#A00539 (or 0xA00539) is known color: Carmine. HEX triplet: A0, 05 and 39. RGB value is (160,5,57). Sum of RGB (Red+Green+Blue) = 160+5+57=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A00539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00539 is #5FFAC6. Grayscale: #393939. Windows color (decimal): -6290119 or 3736992. OLE color: 3736992.

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

Color convert

RGB 160 5 57 -
CMYK 0 0.97 0.64 0.37
HSL 339.87º 0.94% 0.32% -
HSV(B) 339.87º 0.97% 0.63% -
XYZ 15.29 7.88 4.59 -
YUV 57.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 160 5 57 0 0.97 0.64 0.37 339.87 0.94 0.32
Hex A0 5 39 0 61 40 25 154 5E 20
Octal 240 5 71 0 141 100 45 524 136 40
Binary 10100000 101 111001 0 1100001 1000000 100101 101010100 1011110 100000

Color Harmonies of #A00539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00539

Black with #A00539

Text Example


Text Example

White with #A00539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00539; }

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

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

background-color css

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

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

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

border-color css

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

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

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