#A0002D

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

Shades of Carmine #A0002D

Tints of Carmine #A0002D

Color information

#A0002D (or 0xA0002D) is unknown color: approx Carmine. HEX triplet: A0, 00 and 2D. RGB value is (160,0,45). Sum of RGB (Red+Green+Blue) = 160+0+45=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0002D is #5FFFD2. Grayscale: #343434. Windows color (decimal): -6291411 or 2949280. OLE color: 2949280.

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

Color convert

RGB160045-
CMYK010.720.37
HSL343.12º100%31.37%-
HSV(B)343.12º100%62.75%-
XYZ14.977.663.17-
YUV52.97123.51204.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=78.05%
G=0%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160045010.720.37343.1210031.37
HexA002D0644825157641f
Octal24005501441104552714437
Binary101000000101101011001001001000100101101010111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0002D; }

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

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

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

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

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

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

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

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