#A72630

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

Shades of Guardsman Red #A72630

Tints of Guardsman Red #A72630

Color information

#A72630 (or 0xA72630) is unknown color: approx Guardsman Red. HEX triplet: A7, 26 and 30. RGB value is (167,38,48). Sum of RGB (Red+Green+Blue) = 167+38+48=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A72630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72630 is #58D9CF. Grayscale: #4D4D4D. Windows color (decimal): -5822928 or 3155623. OLE color: 3155623.

HSL color Cylindrical-coordinate representation of color #A72630: hue angle of 355.35º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72630 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1673848-
CMYK00.770.710.35
HSL355.35º62.93%40.2%-
HSV(B)355.35º77.25%65.49%-
XYZ17.169.823.79-
YUV77.71111.24191.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 48 (19.14% from 255) = 18.97%
R=66.01%
G=15.02%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167384800.770.710.35355.3562.9340.2
HexA7263004D47231633f28
Octal24746600115107435437750
Binary10100111100110110000010011011000111100011101100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72630; }

 p { color: rgb(167,38,48); }

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

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

 a { background-color: rgb(167,38,48); }

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

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

 span { border-color: rgb(167,38,48); }

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