#A32730

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

Shades of Guardsman Red #A32730

Tints of Guardsman Red #A32730

Color information

#A32730 (or 0xA32730) is unknown color: approx Guardsman Red. HEX triplet: A3, 27 and 30. RGB value is (163,39,48). Sum of RGB (Red+Green+Blue) = 163+39+48=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A32730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32730 is #5CD8CF. Grayscale: #4D4D4D. Windows color (decimal): -6084816 or 3155875. OLE color: 3155875.

HSL color Cylindrical-coordinate representation of color #A32730: hue angle of 355.65º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32730 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1633948-
CMYK00.760.710.36
HSL355.65º61.39%39.61%-
HSV(B)355.65º76.07%63.92%-
XYZ16.369.453.76-
YUV77.1111.58189.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.2%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=65.2%
G=15.6%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163394800.760.710.36355.6561.3939.61
HexA3273004C47241643d28
Octal24347600114107445447550
Binary10100011100111110000010011001000111100100101100100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32730; }

 p { color: rgb(163,39,48); }

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

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

 a { background-color: rgb(163,39,48); }

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

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

 span { border-color: rgb(163,39,48); }

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