#A41E2E

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

Shades of Bright Red #A41E2E

Tints of Bright Red #A41E2E

Color information

#A41E2E (or 0xA41E2E) is unknown color: approx Bright Red. HEX triplet: A4, 1E and 2E. RGB value is (164,30,46). Sum of RGB (Red+Green+Blue) = 164+30+46=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E2E is #5BE1D1. Grayscale: #474747. Windows color (decimal): -6021586 or 3022500. OLE color: 3022500.

HSL color Cylindrical-coordinate representation of color #A41E2E: hue angle of 352.84º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E2E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1643046-
CMYK00.820.720.36
HSL352.84º69.07%38.04%-
HSV(B)352.84º81.71%64.31%-
XYZ16.279.023.47-
YUV71.89113.39193.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.33%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=68.33%
G=12.5%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164304600.820.720.36352.8469.0738.04
HexA41E2E05248241614526
Octal244365601221104454110546
Binary10100100111101011100101001010010001001001011000011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E2E; }

 p { color: rgb(164,30,46); }

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

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

 a { background-color: rgb(164,30,46); }

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

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

 span { border-color: rgb(164,30,46); }

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