#a1283c

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

Shades of Bright Red #A1283C

Tints of Bright Red #A1283C

Color information

#A1283C (or 0xA1283C) is unknown color: approx Bright Red. HEX triplet: A1, 28 and 3C. RGB value is (161,40,60). Sum of RGB (Red+Green+Blue) = 161+40+60=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1283C is #5ED7C3. Grayscale: #4E4E4E. Windows color (decimal): -6215620 or 3942561. OLE color: 3942561.

HSL color Cylindrical-coordinate representation of color #A1283C: hue angle of 350.08º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1283C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB1614060-
CMYK00.750.630.37
HSL350.08º60.2%39.41%-
HSV(B)350.08º75.16%63.14%-
XYZ16.279.425.24-
YUV78.46117.59186.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.69%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=61.69%
G=15.33%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161406000.750.630.37350.0860.239.41
HexA1283C04B3F2515e3c27
Octal2415074011377455367447
Binary1010000110100011110001001011111111100101101011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1283c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1283c; }

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

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

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

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

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

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

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

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