#A30036

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

Shades of Carmine #A30036

Tints of Carmine #A30036

Color information

#A30036 (or 0xA30036) is unknown color: approx Carmine. HEX triplet: A3, 00 and 36. RGB value is (163,0,54). Sum of RGB (Red+Green+Blue) = 163+0+54=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A30036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30036 is #5CFFC9. Grayscale: #363636. Windows color (decimal): -6094794 or 3539107. OLE color: 3539107.

HSL color Cylindrical-coordinate representation of color #A30036: hue angle of 340.12º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30036 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB163054-
CMYK010.670.36
HSL340.12º100%31.96%-
HSV(B)340.12º100%63.92%-
XYZ15.778.054.21-
YUV54.89127.5205.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=75.12%
G=0%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163054010.670.36340.1210031.96
HexA303606443241546420
Octal24306601441034452414440
Binary1010001101101100110010010000111001001010101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30036; }

 p { color: rgb(163,0,54); }

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

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

 a { background-color: rgb(163,0,54); }

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

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

 span { border-color: rgb(163,0,54); }

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