#A72236

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

Shades of Bright Red #A72236

Tints of Bright Red #A72236

Color information

#A72236 (or 0xA72236) is unknown color: approx Bright Red. HEX triplet: A7, 22 and 36. RGB value is (167,34,54). Sum of RGB (Red+Green+Blue) = 167+34+54=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A72236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72236 is #58DDC9. Grayscale: #4C4C4C. Windows color (decimal): -5823946 or 3547815. OLE color: 3547815.

HSL color Cylindrical-coordinate representation of color #A72236: hue angle of 350.98º degrees, saturation: 0.66, 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 #A72236 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1673454-
CMYK00.800.680.35
HSL350.98º66.17%39.41%-
HSV(B)350.98º79.64%65.49%-
XYZ17.179.634.44-
YUV76.05115.56192.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.49%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=65.49%
G=13.33%
B=21.18%

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
Decimal167345400.800.680.35350.9866.1739.41
HexA72236050442315f4227
Octal247426601201044353710247
Binary101001111000101101100101000010001001000111010111111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72236; }

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

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

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

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

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

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

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

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