#A81C27

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

Shades of Bright Red #A81C27

Tints of Bright Red #A81C27

Color information

#A81C27 (or 0xA81C27) is unknown color: approx Bright Red. HEX triplet: A8, 1C and 27. RGB value is (168,28,39). Sum of RGB (Red+Green+Blue) = 168+28+39=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81C27 is #57E3D8. Grayscale: #474747. Windows color (decimal): -5759961 or 2563240. OLE color: 2563240.

HSL color Cylindrical-coordinate representation of color #A81C27: hue angle of 355.29º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C27 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1682839-
CMYK00.830.770.34
HSL355.29º71.43%38.43%-
HSV(B)355.29º83.33%65.88%-
XYZ16.939.32.82-
YUV71.11109.88197.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.49%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=71.49%
G=11.91%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168283900.830.770.34355.2971.4338.43
HexA81C270534D221634726
Octal250344701231154254310746
Binary10101000111001001110101001110011011000101011000111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C27; }

 p { color: rgb(168,28,39); }

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

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

 a { background-color: rgb(168,28,39); }

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

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

 span { border-color: rgb(168,28,39); }

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