#A91B26

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

Shades of Bright Red #A91B26

Tints of Bright Red #A91B26

Color information

#A91B26 (or 0xA91B26) is unknown color: approx Bright Red. HEX triplet: A9, 1B and 26. RGB value is (169,27,38). Sum of RGB (Red+Green+Blue) = 169+27+38=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91B26 is #56E4D9. Grayscale: #464646. Windows color (decimal): -5694682 or 2497449. OLE color: 2497449.

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

Color convert

RGB1692738-
CMYK00.840.780.34
HSL355.35º72.45%38.43%-
HSV(B)355.35º84.02%66.27%-
XYZ17.19.362.74-
YUV70.71109.54198.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 72.22%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=72.22%
G=11.54%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169273800.840.780.34355.3572.4538.43
HexA91B260544E221634826
Octal251334601241164254311046
Binary10101001110111001100101010010011101000101011000111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B26; }

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

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

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

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

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

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

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

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