#A40F35

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

Shades of Bright Red #A40F35

Tints of Bright Red #A40F35

Color information

#A40F35 (or 0xA40F35) is unknown color: approx Bright Red. HEX triplet: A4, 0F and 35. RGB value is (164,15,53). Sum of RGB (Red+Green+Blue) = 164+15+53=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F35 is #5BF0CA. Grayscale: #3F3F3F. Windows color (decimal): -6025419 or 3477412. OLE color: 3477412.

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

Color convert

RGB1641553-
CMYK00.910.680.36
HSL344.7º83.24%35.1%-
HSV(B)344.7º90.85%64.31%-
XYZ16.128.494.16-
YUV63.88121.86199.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.69%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=70.69%
G=6.47%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164155300.910.680.36344.783.2435.1
HexA4F3505B44241595323
Octal244176501331044453112343
Binary1010010011111101010101101110001001001001010110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40F35; }

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

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

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

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

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

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

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

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