#A42730

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

Shades of Guardsman Red #A42730

Tints of Guardsman Red #A42730

Color information

#A42730 (or 0xA42730) is unknown color: approx Guardsman Red. HEX triplet: A4, 27 and 30. RGB value is (164,39,48). Sum of RGB (Red+Green+Blue) = 164+39+48=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A42730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42730 is #5BD8CF. Grayscale: #4D4D4D. Windows color (decimal): -6019280 or 3155876. OLE color: 3155876.

HSL color Cylindrical-coordinate representation of color #A42730: hue angle of 355.68º degrees, saturation: 0.62, 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 #A42730 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1643948-
CMYK00.760.710.36
HSL355.68º61.58%39.8%-
HSV(B)355.68º76.22%64.31%-
XYZ16.579.563.77-
YUV77.4111.41189.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.34%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=65.34%
G=15.54%
B=19.12%

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
Decimal164394800.760.710.36355.6861.5839.8
HexA4273004C47241643e28
Octal24447600114107445447650
Binary10100100100111110000010011001000111100100101100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42730; }

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

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

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

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

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

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

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

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