#A51F2B

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

Shades of Bright Red #A51F2B

Tints of Bright Red #A51F2B

Color information

#A51F2B (or 0xA51F2B) is unknown color: approx Bright Red. HEX triplet: A5, 1F and 2B. RGB value is (165,31,43). Sum of RGB (Red+Green+Blue) = 165+31+43=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51F2B is #5AE0D4. Grayscale: #484848. Windows color (decimal): -5955797 or 2826149. OLE color: 2826149.

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

Color convert

RGB1653143-
CMYK00.810.740.35
HSL354.63º68.37%38.43%-
HSV(B)354.63º81.21%64.71%-
XYZ16.449.153.19-
YUV72.43111.39194.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.04%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=69.04%
G=12.97%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165314300.810.740.35354.6368.3738.43
HexA51F2B0514A231634426
Octal245375301211124354310446
Binary10100101111111010110101000110010101000111011000111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51F2B; }

 p { color: rgb(165,31,43); }

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

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

 a { background-color: rgb(165,31,43); }

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

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

 span { border-color: rgb(165,31,43); }

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