#A3283C

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

Shades of Bright Red #A3283C

Tints of Bright Red #A3283C

Color information

#A3283C (or 0xA3283C) is unknown color: approx Bright Red. HEX triplet: A3, 28 and 3C. RGB value is (163,40,60). Sum of RGB (Red+Green+Blue) = 163+40+60=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3283C is #5CD7C3. Grayscale: #4F4F4F. Windows color (decimal): -6084548 or 3942563. OLE color: 3942563.

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

Color convert

RGB1634060-
CMYK00.750.630.36
HSL350.24º60.59%39.8%-
HSV(B)350.24º75.46%63.92%-
XYZ16.689.635.25-
YUV79.06117.25187.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.98%
GREEN value IS 40 (16.02% from 255) = 15.21%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=61.98%
G=15.21%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163406000.750.630.36350.2460.5939.8
HexA3283C04B3F2415e3d28
Octal2435074011377445367550
Binary1010001110100011110001001011111111100100101011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3283C; }

 p { color: rgb(163,40,60); }

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

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

 a { background-color: rgb(163,40,60); }

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

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

 span { border-color: rgb(163,40,60); }

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