#A3071D

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

Shades of Carmine #A3071D

Tints of Carmine #A3071D

Color information

#A3071D (or 0xA3071D) is unknown color: approx Carmine. HEX triplet: A3, 07 and 1D. RGB value is (163,7,29). Sum of RGB (Red+Green+Blue) = 163+7+29=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A3071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3071D is #5CF8E2. Grayscale: #383838. Windows color (decimal): -6093027 or 1902499. OLE color: 1902499.

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

Color convert

RGB163729-
CMYK00.960.820.36
HSL351.54º91.76%33.33%-
HSV(B)351.54º95.71%63.92%-
XYZ15.48.031.9-
YUV56.15112.68204.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 81.91%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=81.91%
G=3.52%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16372900.960.820.36351.5491.7633.33
HexA371D06052241605c21
Octal24373501401224454013441
Binary10100011111111010110000010100101001001011000001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3071D; }

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

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

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

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

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

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

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

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