#A3071A

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

Shades of Carmine #A3071A

Tints of Carmine #A3071A

Color information

#A3071A (or 0xA3071A) is unknown color: approx Carmine. HEX triplet: A3, 07 and 1A. RGB value is (163,7,26). Sum of RGB (Red+Green+Blue) = 163+7+26=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A3071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3071A is #5CF8E5. Grayscale: #373737. Windows color (decimal): -6093030 or 1705891. OLE color: 1705891.

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

Color convert

RGB163726-
CMYK00.960.840.36
HSL352.69º91.76%33.33%-
HSV(B)352.69º95.71%63.92%-
XYZ15.378.011.71-
YUV55.81111.18204.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.16%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=83.16%
G=3.57%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16372600.960.840.36352.6991.7633.33
HexA371A06054241615c21
Octal24373201401244454113441
Binary10100011111110100110000010101001001001011000011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3071A; }

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

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

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

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

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

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

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

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