#A30711

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

Shades of Carmine #A30711

Tints of Carmine #A30711

Color information

#A30711 (or 0xA30711) is unknown color: approx Carmine. HEX triplet: A3, 07 and 11. RGB value is (163,7,17). Sum of RGB (Red+Green+Blue) = 163+7+17=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A30711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30711 is #5CF8EE. Grayscale: #363636. Windows color (decimal): -6093039 or 1116067. OLE color: 1116067.

HSL color Cylindrical-coordinate representation of color #A30711: hue angle of 356.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30711 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB163717-
CMYK00.960.900.36
HSL356.15º91.76%33.33%-
HSV(B)356.15º95.71%63.92%-
XYZ15.287.981.26-
YUV54.78106.68205.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 87.17%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=87.17%
G=3.74%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16371700.960.900.36356.1591.7633.33
HexA37110605A241645c21
Octal24372101401324454413441
Binary10100011111100010110000010110101001001011001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30711; }

 p { color: rgb(163,7,17); }

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

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

 a { background-color: rgb(163,7,17); }

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

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

 span { border-color: rgb(163,7,17); }

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