#A41B35

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

Shades of Bright Red #A41B35

Tints of Bright Red #A41B35

Color information

#A41B35 (or 0xA41B35) is unknown color: approx Bright Red. HEX triplet: A4, 1B and 35. RGB value is (164,27,53). Sum of RGB (Red+Green+Blue) = 164+27+53=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B35 is #5BE4CA. Grayscale: #464646. Windows color (decimal): -6022347 or 3480484. OLE color: 3480484.

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

Color convert

RGB1642753-
CMYK00.840.680.36
HSL348.61º71.73%37.45%-
HSV(B)348.61º83.54%64.31%-
XYZ16.348.934.23-
YUV70.93117.89194.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.21%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=67.21%
G=11.07%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164275300.840.680.36348.6171.7337.45
HexA41B35054442415d4825
Octal244336501241044453511045
Binary10100100110111101010101010010001001001001010111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B35; }

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

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

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

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

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

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

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

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