#A7283C

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

Shades of Guardsman Red #A7283C

Tints of Guardsman Red #A7283C

Color information

#A7283C (or 0xA7283C) is unknown color: approx Guardsman Red. HEX triplet: A7, 28 and 3C. RGB value is (167,40,60). Sum of RGB (Red+Green+Blue) = 167+40+60=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A7283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7283C is #58D7C3. Grayscale: #505050. Windows color (decimal): -5822404 or 3942567. OLE color: 3942567.

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

Color convert

RGB1674060-
CMYK00.760.640.35
HSL350.55º61.35%40.59%-
HSV(B)350.55º76.05%65.49%-
XYZ17.5110.065.29-
YUV80.25116.58189.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=62.55%
G=14.98%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167406000.760.640.35350.5561.3540.59
HexA7283C04C402315f3d29
Octal24750740114100435377551
Binary10100111101000111100010011001000000100011101011111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7283C; }

 p { color: rgb(167,40,60); }

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

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

 a { background-color: rgb(167,40,60); }

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

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

 span { border-color: rgb(167,40,60); }

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