#A51A22

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

Shades of Bright Red #A51A22

Tints of Bright Red #A51A22

Color information

#A51A22 (or 0xA51A22) is unknown color: approx Bright Red. HEX triplet: A5, 1A and 22. RGB value is (165,26,34). Sum of RGB (Red+Green+Blue) = 165+26+34=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A22 is #5AE5DD. Grayscale: #444444. Windows color (decimal): -5957086 or 2235045. OLE color: 2235045.

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

Color convert

RGB1652634-
CMYK00.840.790.35
HSL356.55º72.77%37.45%-
HSV(B)356.55º84.24%64.71%-
XYZ16.188.852.37-
YUV68.47108.55196.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.33%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=73.33%
G=11.56%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165263400.840.790.35356.5572.7737.45
HexA51A220544F231654925
Octal245324201241174354511145
Binary10100101110101000100101010010011111000111011001011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51A22; }

 p { color: rgb(165,26,34); }

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

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

 a { background-color: rgb(165,26,34); }

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

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

 span { border-color: rgb(165,26,34); }

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