Html Css Color HEX #A0003A Carmine

📋 copy color: '#A0003A'

red 160 ◦ green 0 ◦ blue 58

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

Shades of Carmine #A0003A

Tints of Carmine #A0003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.39%
G = 0%
B = 26.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0003A (or 0xA0003A) is known color: Carmine. HEX triplet: A0, 00 and 3A. RGB value is (160,0,58). Sum of RGB (Red+Green+Blue) = 160+0+58=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A0003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0003A is #5FFFC5. Grayscale: #363636. Windows color (decimal): -6291398 or 3801248. OLE color: 3801248.

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

Color convert

RGB 160 0 58 -
CMYK 0 1 0.64 0.37
HSL 338.25º 1% 0.31% -
HSV(B) 338.25º 1% 0.63% -
XYZ 15.26 7.78 4.7 -
YUV 54.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 160 0 58 0 1 0.64 0.37 338.25 1 0.31
Hex A0 0 3A 0 64 40 25 152 64 1F
Octal 240 0 72 0 144 100 45 522 144 37
Binary 10100000 0 111010 0 1100100 1000000 100101 101010010 1100100 11111

Color Harmonies of #A0003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0003A

Black with #A0003A

Text Example


Text Example

White with #A0003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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