#A91E2A

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

Shades of Bright Red #A91E2A

Tints of Bright Red #A91E2A

Color information

#A91E2A (or 0xA91E2A) is unknown color: approx Bright Red. HEX triplet: A9, 1E and 2A. RGB value is (169,30,42). Sum of RGB (Red+Green+Blue) = 169+30+42=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E2A is #56E1D5. Grayscale: #494949. Windows color (decimal): -5693910 or 2760361. OLE color: 2760361.

HSL color Cylindrical-coordinate representation of color #A91E2A: hue angle of 354.82º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E2A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1693042-
CMYK00.820.750.34
HSL354.82º69.85%39.02%-
HSV(B)354.82º82.25%66.27%-
XYZ17.249.533.12-
YUV72.93110.55196.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.12%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=70.12%
G=12.45%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169304200.820.750.34354.8269.8539.02
HexA91E2A0524B221634627
Octal251365201221134254310647
Binary10101001111101010100101001010010111000101011000111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E2A; }

 p { color: rgb(169,30,42); }

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

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

 a { background-color: rgb(169,30,42); }

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

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

 span { border-color: rgb(169,30,42); }

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