#A31826

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

Shades of Bright Red #A31826

Tints of Bright Red #A31826

Color information

#A31826 (or 0xA31826) is unknown color: approx Bright Red. HEX triplet: A3, 18 and 26. RGB value is (163,24,38). Sum of RGB (Red+Green+Blue) = 163+24+38=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A31826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31826 is #5CE7D9. Grayscale: #434343. Windows color (decimal): -6088666 or 2496675. OLE color: 2496675.

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

Color convert

RGB1632438-
CMYK00.850.770.36
HSL353.96º74.33%36.67%-
HSV(B)353.96º85.28%63.92%-
XYZ15.788.582.66-
YUV67.16111.55196.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 72.44%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=72.44%
G=10.67%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163243800.850.770.36353.9674.3336.67
HexA318260554D241624a25
Octal243304601251154454211245
Binary10100011110001001100101010110011011001001011000101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31826; }

 p { color: rgb(163,24,38); }

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

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

 a { background-color: rgb(163,24,38); }

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

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

 span { border-color: rgb(163,24,38); }

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