#A51B27

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

Shades of Bright Red #A51B27

Tints of Bright Red #A51B27

Color information

#A51B27 (or 0xA51B27) is unknown color: approx Bright Red. HEX triplet: A5, 1B and 27. RGB value is (165,27,39). Sum of RGB (Red+Green+Blue) = 165+27+39=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B27 is #5AE4D8. Grayscale: #454545. Windows color (decimal): -5956825 or 2562981. OLE color: 2562981.

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

Color convert

RGB1652739-
CMYK00.840.760.35
HSL354.78º71.88%37.65%-
HSV(B)354.78º83.64%64.71%-
XYZ16.288.932.79-
YUV69.63110.72196.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.43%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=71.43%
G=11.69%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165273900.840.760.35354.7871.8837.65
HexA51B270544C231634826
Octal245334701241144354311046
Binary10100101110111001110101010010011001000111011000111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B27; }

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

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

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

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

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

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

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

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