#A3143A

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

Shades of Bright Red #A3143A

Tints of Bright Red #A3143A

Color information

#A3143A (or 0xA3143A) is unknown color: approx Bright Red. HEX triplet: A3, 14 and 3A. RGB value is (163,20,58). Sum of RGB (Red+Green+Blue) = 163+20+58=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3143A is #5CEBC5. Grayscale: #434343. Windows color (decimal): -6089670 or 3806371. OLE color: 3806371.

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

Color convert

RGB1632058-
CMYK00.880.640.36
HSL344.06º78.14%35.88%-
HSV(B)344.06º87.73%63.92%-
XYZ16.128.594.81-
YUV67.09122.88196.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=67.63%
G=8.30%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163205800.880.640.36344.0678.1435.88
HexA3143A05840241584e24
Octal243247201301004453011644
Binary10100011101001110100101100010000001001001010110001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3143A; }

 p { color: rgb(163,20,58); }

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

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

 a { background-color: rgb(163,20,58); }

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

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

 span { border-color: rgb(163,20,58); }

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