#a81628

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

Shades of Bright Red #A81628

Tints of Bright Red #A81628

Color information

#A81628 (or 0xA81628) is unknown color: approx Bright Red. HEX triplet: A8, 16 and 28. RGB value is (168,22,40). Sum of RGB (Red+Green+Blue) = 168+22+40=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A81628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81628 is #57E9D7. Grayscale: #434343. Windows color (decimal): -5761496 or 2627240. OLE color: 2627240.

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

Color convert

RGB1682240-
CMYK00.870.760.34
HSL352.6º76.84%37.25%-
HSV(B)352.6º86.9%65.88%-
XYZ16.829.052.87-
YUV67.71112.37199.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.04%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=73.04%
G=9.57%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168224000.870.760.34352.676.8437.25
HexA816280574C221614d25
Octal250265001271144254111545
Binary10101000101101010000101011110011001000101011000011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81628; }

 p { color: rgb(168,22,40); }

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

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

 a { background-color: rgb(168,22,40); }

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

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

 span { border-color: rgb(168,22,40); }

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