#A51E23

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

Shades of Bright Red #A51E23

Tints of Bright Red #A51E23

Color information

#A51E23 (or 0xA51E23) is unknown color: approx Bright Red. HEX triplet: A5, 1E and 23. RGB value is (165,30,35). Sum of RGB (Red+Green+Blue) = 165+30+35=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E23 is #5AE1DC. Grayscale: #474747. Windows color (decimal): -5956061 or 2301605. OLE color: 2301605.

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

Color convert

RGB1653035-
CMYK00.820.790.35
HSL357.78º69.23%38.24%-
HSV(B)357.78º81.82%64.71%-
XYZ16.289.052.48-
YUV70.93107.73195.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.74%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 35 (14.06% from 255) = 15.22%
R=71.74%
G=13.04%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165303500.820.790.35357.7869.2338.24
HexA51E230524F231664526
Octal245364301221174354610546
Binary10100101111101000110101001010011111000111011001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E23; }

 p { color: rgb(165,30,35); }

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

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

 a { background-color: rgb(165,30,35); }

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

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

 span { border-color: rgb(165,30,35); }

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