#A3183E

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

Shades of Bright Red #A3183E

Tints of Bright Red #A3183E

Color information

#A3183E (or 0xA3183E) is unknown color: approx Bright Red. HEX triplet: A3, 18 and 3E. RGB value is (163,24,62). Sum of RGB (Red+Green+Blue) = 163+24+62=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A3183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3183E is #5CE7C1. Grayscale: #454545. Windows color (decimal): -6088642 or 4069539. OLE color: 4069539.

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

Color convert

RGB1632462-
CMYK00.850.620.36
HSL343.6º74.33%36.67%-
HSV(B)343.6º85.28%63.92%-
XYZ16.38.795.39-
YUV69.89123.55194.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=65.46%
G=9.64%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163246200.850.620.36343.674.3336.67
HexA3183E0553E241584a25
Octal24330760125764453011245
Binary1010001111000111110010101011111101001001010110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3183E; }

 p { color: rgb(163,24,62); }

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

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

 a { background-color: rgb(163,24,62); }

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

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

 span { border-color: rgb(163,24,62); }

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