#A51B22

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

Shades of Bright Red #A51B22

Tints of Bright Red #A51B22

Color information

#A51B22 (or 0xA51B22) is unknown color: approx Bright Red. HEX triplet: A5, 1B and 22. RGB value is (165,27,34). Sum of RGB (Red+Green+Blue) = 165+27+34=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B22 is #5AE4DD. Grayscale: #454545. Windows color (decimal): -5956830 or 2235301. OLE color: 2235301.

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

Color convert

RGB1652734-
CMYK00.840.790.35
HSL356.96º71.88%37.65%-
HSV(B)356.96º83.64%64.71%-
XYZ16.28.92.38-
YUV69.06108.22196.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.01%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 34 (13.67% from 255) = 15.04%
R=73.01%
G=11.95%
B=15.04%

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
Decimal165273400.840.790.35356.9671.8837.65
HexA51B220544F231654826
Octal245334201241174354511046
Binary10100101110111000100101010010011111000111011001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B22; }

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

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

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

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

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

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

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

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