#A52730

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

Shades of Guardsman Red #A52730

Tints of Guardsman Red #A52730

Color information

#A52730 (or 0xA52730) is unknown color: approx Guardsman Red. HEX triplet: A5, 27 and 30. RGB value is (165,39,48). Sum of RGB (Red+Green+Blue) = 165+39+48=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A52730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52730 is #5AD8CF. Grayscale: #4D4D4D. Windows color (decimal): -5953744 or 3155877. OLE color: 3155877.

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

Color convert

RGB1653948-
CMYK00.760.710.35
HSL355.71º61.76%40%-
HSV(B)355.71º76.36%64.71%-
XYZ16.789.663.78-
YUV77.7111.24190.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=65.48%
G=15.48%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165394800.760.710.35355.7161.7640
HexA5273004C47231643e28
Octal24547600114107435447650
Binary10100101100111110000010011001000111100011101100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52730; }

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

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

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

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

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

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

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

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