#A91B2E

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

Shades of Bright Red #A91B2E

Tints of Bright Red #A91B2E

Color information

#A91B2E (or 0xA91B2E) is unknown color: approx Bright Red. HEX triplet: A9, 1B and 2E. RGB value is (169,27,46). Sum of RGB (Red+Green+Blue) = 169+27+46=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B2E is #56E4D1. Grayscale: #474747. Windows color (decimal): -5694674 or 3021737. OLE color: 3021737.

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

Color convert

RGB1692746-
CMYK00.840.730.34
HSL351.97º72.45%38.43%-
HSV(B)351.97º84.02%66.27%-
XYZ17.259.423.49-
YUV71.62113.54197.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.83%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=69.83%
G=11.16%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169274600.840.730.34351.9772.4538.43
HexA91B2E05449221604826
Octal251335601241114254011046
Binary10101001110111011100101010010010011000101011000001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B2E; }

 p { color: rgb(169,27,46); }

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

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

 a { background-color: rgb(169,27,46); }

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

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

 span { border-color: rgb(169,27,46); }

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