#A20F35

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

Shades of Bright Red #A20F35

Tints of Bright Red #A20F35

Color information

#A20F35 (or 0xA20F35) is unknown color: approx Bright Red. HEX triplet: A2, 0F and 35. RGB value is (162,15,53). Sum of RGB (Red+Green+Blue) = 162+15+53=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F35 is #5DF0CA. Grayscale: #3F3F3F. Windows color (decimal): -6156491 or 3477410. OLE color: 3477410.

HSL color Cylindrical-coordinate representation of color #A20F35: hue angle of 344.49º 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 #A20F35 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1621553-
CMYK00.910.670.36
HSL344.49º83.05%34.71%-
HSV(B)344.49º90.74%63.53%-
XYZ15.718.284.14-
YUV63.28122.2198.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.43%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=70.43%
G=6.52%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162155300.910.670.36344.4983.0534.71
HexA2F3505B43241585323
Octal242176501331034453012343
Binary1010001011111101010101101110000111001001010110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F35; }

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

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

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

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

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

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

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

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