Html Css Color HEX #A80139 Carmine

📋 copy color: '#A80139'

red 168 ◦ green 1 ◦ blue 57

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

Shades of Carmine #A80139

Tints of Carmine #A80139

RGB

 RED value IS 168 (66.02% from 255) = 74.34%

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

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

R = 74.34%
G = 0.44%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A80139 (or 0xA80139) is known color: Carmine. HEX triplet: A8, 01 and 39. RGB value is (168,1,57). Sum of RGB (Red+Green+Blue) = 168+1+57=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A80139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80139 is #57FEC6. Grayscale: #393939. Windows color (decimal): -5766855 or 3735976. OLE color: 3735976.

HSL color Cylindrical-coordinate representation of color #A80139: hue angle of 339.88º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80139 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 57 -
CMYK 0 0.99 0.66 0.34
HSL 339.88º 0.99% 0.33% -
HSV(B) 339.88º 0.99% 0.66% -
XYZ 16.9 8.64 4.65 -
YUV 57.32 127.83 206.95 -
System Red Green Blue C M Y K H S L
Decimal 168 1 57 0 0.99 0.66 0.34 339.88 0.99 0.33
Hex A8 1 39 0 63 42 22 154 63 21
Octal 250 1 71 0 143 102 42 524 143 41
Binary 10101000 1 111001 0 1100011 1000010 100010 101010100 1100011 100001

Color Harmonies of #A80139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80139

Black with #A80139

Text Example


Text Example

White with #A80139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80139; }

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

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

background-color css

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

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

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

border-color css

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

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

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