#A91B2F

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

Shades of Bright Red #A91B2F

Tints of Bright Red #A91B2F

Color information

#A91B2F (or 0xA91B2F) is unknown color: approx Bright Red. HEX triplet: A9, 1B and 2F. RGB value is (169,27,47). Sum of RGB (Red+Green+Blue) = 169+27+47=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B2F is #56E4D0. Grayscale: #474747. Windows color (decimal): -5694673 or 3087273. OLE color: 3087273.

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

Color convert

RGB1692747-
CMYK00.840.720.34
HSL351.55º72.45%38.43%-
HSV(B)351.55º84.02%66.27%-
XYZ17.279.423.6-
YUV71.74114.04197.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.55%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=69.55%
G=11.11%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169274700.840.720.34351.5572.4538.43
HexA91B2F05448221604826
Octal251335701241104254011046
Binary10101001110111011110101010010010001000101011000001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B2F; }

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

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

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

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

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

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

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

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