#A00435

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

Shades of Carmine #A00435

Tints of Carmine #A00435

Color information

#A00435 (or 0xA00435) is unknown color: approx Carmine. HEX triplet: A0, 04 and 35. RGB value is (160,4,53). Sum of RGB (Red+Green+Blue) = 160+4+53=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A00435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00435 is #5FFBCA. Grayscale: #383838. Windows color (decimal): -6290379 or 3474592. OLE color: 3474592.

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

Color convert

RGB160453-
CMYK00.980.670.37
HSL341.15º95.12%32.16%-
HSV(B)341.15º97.5%62.75%-
XYZ15.187.824.08-
YUV56.23126.18202.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=73.73%
G=1.84%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16045300.980.670.37341.1595.1232.16
HexA043506243251555f20
Octal24046501421034552513740
Binary101000001001101010110001010000111001011010101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00435; }

 p { color: rgb(160,4,53); }

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

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

 a { background-color: rgb(160,4,53); }

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

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

 span { border-color: rgb(160,4,53); }

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