#A30712

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

Shades of Carmine #A30712

Tints of Carmine #A30712

Color information

#A30712 (or 0xA30712) is unknown color: approx Carmine. HEX triplet: A3, 07 and 12. RGB value is (163,7,18). Sum of RGB (Red+Green+Blue) = 163+7+18=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A30712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30712 is #5CF8ED. Grayscale: #373737. Windows color (decimal): -6093038 or 1181603. OLE color: 1181603.

HSL color Cylindrical-coordinate representation of color #A30712: hue angle of 355.77º 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 #A30712 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB163718-
CMYK00.960.890.36
HSL355.77º91.76%33.33%-
HSV(B)355.77º95.71%63.92%-
XYZ15.297.981.31-
YUV54.9107.18205.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=86.70%
G=3.72%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16371800.960.890.36355.7791.7633.33
HexA371206059241645c21
Octal24372201401314454413441
Binary10100011111100100110000010110011001001011001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30712; }

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

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

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

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

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

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

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

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