Html Css Color HEX #A0063A Carmine

📋 copy color: '#A0063A'

red 160 ◦ green 6 ◦ blue 58

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

Shades of Carmine #A0063A

Tints of Carmine #A0063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

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

R = 71.43%
G = 2.68%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0063A (or 0xA0063A) is known color: Carmine. HEX triplet: A0, 06 and 3A. RGB value is (160,6,58). Sum of RGB (Red+Green+Blue) = 160+6+58=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A0063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0063A is #5FF9C5. Grayscale: #393939. Windows color (decimal): -6289862 or 3802784. OLE color: 3802784.

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

Color convert

RGB 160 6 58 -
CMYK 0 0.96 0.64 0.37
HSL 339.74º 0.93% 0.33% -
HSV(B) 339.74º 0.96% 0.63% -
XYZ 15.33 7.91 4.72 -
YUV 57.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 160 6 58 0 0.96 0.64 0.37 339.74 0.93 0.33
Hex A0 6 3A 0 60 40 25 154 5D 21
Octal 240 6 72 0 140 100 45 524 135 41
Binary 10100000 110 111010 0 1100000 1000000 100101 101010100 1011101 100001

Color Harmonies of #A0063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0063A

Black with #A0063A

Text Example


Text Example

White with #A0063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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