#A80436

Color #A80436 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A80436

Tints of Carmine #A80436

Color information

#A80436 (or 0xA80436) is unknown color: approx Carmine. HEX triplet: A8, 04 and 36. RGB value is (168,4,54). Sum of RGB (Red+Green+Blue) = 168+4+54=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A80436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80436 is #57FBC9. Grayscale: #3A3A3A. Windows color (decimal): -5766090 or 3540136. OLE color: 3540136.

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

Color convert

RGB168454-
CMYK00.980.680.34
HSL341.71º95.35%33.73%-
HSV(B)341.71º97.62%65.88%-
XYZ16.868.684.28-
YUV58.74125.33205.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.34%
GREEN value IS 4 (1.95% from 255) = 1.77%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=74.34%
G=1.77%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16845400.980.680.34341.7195.3533.73
HexA843606244221565f22
Octal25046601421044252613742
Binary101010001001101100110001010001001000101010101101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80436; }

 p { color: rgb(168,4,54); }

 H1.HeaderClassName
 {
   color: #A80436;
 }
 .AnyTagClassName
 {
   color: #A80436;
 }
</style>
background-color css

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

 a { background-color: rgb(168,4,54); }

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

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

 span { border-color: rgb(168,4,54); }

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