#A72136

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

Shades of Bright Red #A72136

Tints of Bright Red #A72136

Color information

#A72136 (or 0xA72136) is unknown color: approx Bright Red. HEX triplet: A7, 21 and 36. RGB value is (167,33,54). Sum of RGB (Red+Green+Blue) = 167+33+54=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A72136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72136 is #58DEC9. Grayscale: #4B4B4B. Windows color (decimal): -5824202 or 3547559. OLE color: 3547559.

HSL color Cylindrical-coordinate representation of color #A72136: hue angle of 350.6º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72136 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1673354-
CMYK00.800.680.35
HSL350.6º67%39.22%-
HSV(B)350.6º80.24%65.49%-
XYZ17.159.574.43-
YUV75.46115.89193.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.75%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=65.75%
G=12.99%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167335400.800.680.35350.66739.22
HexA72136050442315f4327
Octal247416601201044353710347
Binary101001111000011101100101000010001001000111010111111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72136; }

 p { color: rgb(167,33,54); }

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

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

 a { background-color: rgb(167,33,54); }

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

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

 span { border-color: rgb(167,33,54); }

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