#A61928

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

Shades of Bright Red #A61928

Tints of Bright Red #A61928

Color information

#A61928 (or 0xA61928) is unknown color: approx Bright Red. HEX triplet: A6, 19 and 28. RGB value is (166,25,40). Sum of RGB (Red+Green+Blue) = 166+25+40=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A61928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61928 is #59E6D7. Grayscale: #444444. Windows color (decimal): -5891800 or 2628006. OLE color: 2628006.

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

Color convert

RGB1662540-
CMYK00.850.760.35
HSL353.62º73.82%37.45%-
HSV(B)353.62º84.94%65.1%-
XYZ16.468.962.87-
YUV68.87111.71197.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.86%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=71.86%
G=10.82%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166254000.850.760.35353.6273.8237.45
HexA619280554C231624a25
Octal246315001251144354211245
Binary10100110110011010000101010110011001000111011000101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61928; }

 p { color: rgb(166,25,40); }

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

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

 a { background-color: rgb(166,25,40); }

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

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

 span { border-color: rgb(166,25,40); }

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