Html Css Color HEX #A0013A Carmine

📋 copy color: '#A0013A'

red 160 ◦ green 1 ◦ blue 58

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

Shades of Carmine #A0013A

Tints of Carmine #A0013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 73.06%
G = 0.46%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0013A (or 0xA0013A) is known color: Carmine. HEX triplet: A0, 01 and 3A. RGB value is (160,1,58). Sum of RGB (Red+Green+Blue) = 160+1+58=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A0013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0013A is #5FFEC5. Grayscale: #363636. Windows color (decimal): -6291142 or 3801504. OLE color: 3801504.

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

Color convert

RGB 160 1 58 -
CMYK 0 0.99 0.64 0.37
HSL 338.49º 0.99% 0.32% -
HSV(B) 338.49º 0.99% 0.63% -
XYZ 15.27 7.8 4.7 -
YUV 55.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 160 1 58 0 0.99 0.64 0.37 338.49 0.99 0.32
Hex A0 1 3A 0 63 40 25 152 63 20
Octal 240 1 72 0 143 100 45 522 143 40
Binary 10100000 1 111010 0 1100011 1000000 100101 101010010 1100011 100000

Color Harmonies of #A0013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0013A

Black with #A0013A

Text Example


Text Example

White with #A0013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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