#A51B2A

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

Shades of Bright Red #A51B2A

Tints of Bright Red #A51B2A

Color information

#A51B2A (or 0xA51B2A) is unknown color: approx Bright Red. HEX triplet: A5, 1B and 2A. RGB value is (165,27,42). Sum of RGB (Red+Green+Blue) = 165+27+42=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B2A is #5AE4D5. Grayscale: #464646. Windows color (decimal): -5956822 or 2759589. OLE color: 2759589.

HSL color Cylindrical-coordinate representation of color #A51B2A: hue angle of 353.48º 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 #A51B2A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1652742-
CMYK00.840.750.35
HSL353.48º71.88%37.65%-
HSV(B)353.48º83.64%64.71%-
XYZ16.338.953.06-
YUV69.97112.22195.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.51%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=70.51%
G=11.54%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165274200.840.750.35353.4871.8837.65
HexA51B2A0544B231614826
Octal245335201241134354111046
Binary10100101110111010100101010010010111000111011000011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B2A; }

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

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

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

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

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

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

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

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