#A0262D

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

Shades of Guardsman Red #A0262D

Tints of Guardsman Red #A0262D

Color information

#A0262D (or 0xA0262D) is unknown color: approx Guardsman Red. HEX triplet: A0, 26 and 2D. RGB value is (160,38,45). Sum of RGB (Red+Green+Blue) = 160+38+45=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0262D is #5FD9D2. Grayscale: #4B4B4B. Windows color (decimal): -6281683 or 2959008. OLE color: 2959008.

HSL color Cylindrical-coordinate representation of color #A0262D: hue angle of 356.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0262D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB1603845-
CMYK00.760.720.37
HSL356.56º61.62%38.82%-
HSV(B)356.56º76.25%62.75%-
XYZ15.669.053.4-
YUV75.28110.92188.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.84%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=65.84%
G=15.64%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160384500.760.720.37356.5661.6238.82
HexA0262D04C48251653e27
Octal24046550114110455457647
Binary10100000100110101101010011001001000100101101100101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0262D; }

 p { color: rgb(160,38,45); }

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

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

 a { background-color: rgb(160,38,45); }

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

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

 span { border-color: rgb(160,38,45); }

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