#A3172E

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

Shades of Bright Red #A3172E

Tints of Bright Red #A3172E

Color information

#A3172E (or 0xA3172E) is unknown color: approx Bright Red. HEX triplet: A3, 17 and 2E. RGB value is (163,23,46). Sum of RGB (Red+Green+Blue) = 163+23+46=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A3172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3172E is #5CE8D1. Grayscale: #434343. Windows color (decimal): -6088914 or 3020707. OLE color: 3020707.

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

Color convert

RGB1632346-
CMYK00.860.720.36
HSL350.14º75.27%36.47%-
HSV(B)350.14º85.89%63.92%-
XYZ15.98.63.41-
YUV67.48115.88196.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=70.26%
G=9.91%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163234600.860.720.36350.1475.2736.47
HexA3172E056482415e4b24
Octal243275601261104453611344
Binary10100011101111011100101011010010001001001010111101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3172E; }

 p { color: rgb(163,23,46); }

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

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

 a { background-color: rgb(163,23,46); }

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

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

 span { border-color: rgb(163,23,46); }

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