#A41035

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

Shades of Bright Red #A41035

Tints of Bright Red #A41035

Color information

#A41035 (or 0xA41035) is unknown color: approx Bright Red. HEX triplet: A4, 10 and 35. RGB value is (164,16,53). Sum of RGB (Red+Green+Blue) = 164+16+53=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A41035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41035 is #5BEFCA. Grayscale: #404040. Windows color (decimal): -6025163 or 3477668. OLE color: 3477668.

HSL color Cylindrical-coordinate representation of color #A41035: hue angle of 345º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41035 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1641653-
CMYK00.900.680.36
HSL345º82.22%35.29%-
HSV(B)345º90.24%64.31%-
XYZ16.148.524.16-
YUV64.47121.53198.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.39%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=70.39%
G=6.87%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164165300.900.680.3634582.2235.29
HexA4103505A44241595223
Octal244206501321044453112243
Binary10100100100001101010101101010001001001001010110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41035; }

 p { color: rgb(164,16,53); }

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

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

 a { background-color: rgb(164,16,53); }

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

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

 span { border-color: rgb(164,16,53); }

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