Html Css Color HEX #A00139 Carmine

📋 copy color: '#A00139'

red 160 ◦ green 1 ◦ blue 57

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

Shades of Carmine #A00139

Tints of Carmine #A00139

RGB

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

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

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

R = 73.39%
G = 0.46%
B = 26.15%

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

#A00139 (or 0xA00139) is known color: Carmine. HEX triplet: A0, 01 and 39. RGB value is (160,1,57). Sum of RGB (Red+Green+Blue) = 160+1+57=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A00139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00139 is #5FFEC6. Grayscale: #363636. Windows color (decimal): -6291143 or 3735968. OLE color: 3735968.

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

Color convert

RGB 160 1 57 -
CMYK 0 0.99 0.64 0.37
HSL 338.87º 0.99% 0.32% -
HSV(B) 338.87º 0.99% 0.63% -
XYZ 15.25 7.79 4.57 -
YUV 54.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 160 1 57 0 0.99 0.64 0.37 338.87 0.99 0.32
Hex A0 1 39 0 63 40 25 153 63 20
Octal 240 1 71 0 143 100 45 523 143 40
Binary 10100000 1 111001 0 1100011 1000000 100101 101010011 1100011 100000

Color Harmonies of #A00139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00139

Black with #A00139

Text Example


Text Example

White with #A00139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00139; }

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

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

background-color css

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

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

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

border-color css

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

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

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