#A72235

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

Shades of Bright Red #A72235

Tints of Bright Red #A72235

Color information

#A72235 (or 0xA72235) is unknown color: approx Bright Red. HEX triplet: A7, 22 and 35. RGB value is (167,34,53). Sum of RGB (Red+Green+Blue) = 167+34+53=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A72235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72235 is #58DDCA. Grayscale: #4B4B4B. Windows color (decimal): -5823947 or 3482279. OLE color: 3482279.

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

Color convert

RGB1673453-
CMYK00.800.680.35
HSL351.43º66.17%39.41%-
HSV(B)351.43º79.64%65.49%-
XYZ17.159.624.32-
YUV75.93115.06192.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 65.75%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=65.75%
G=13.39%
B=20.87%

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
Decimal167345300.800.680.35351.4366.1739.41
HexA72235050442315f4227
Octal247426501201044353710247
Binary101001111000101101010101000010001001000111010111111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72235; }

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

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

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

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

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

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

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

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