#AC262E

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

Shades of Guardsman Red #AC262E

Tints of Guardsman Red #AC262E

Color information

#AC262E (or 0xAC262E) is unknown color: approx Guardsman Red. HEX triplet: AC, 26 and 2E. RGB value is (172,38,46). Sum of RGB (Red+Green+Blue) = 172+38+46=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC262E is #53D9D1. Grayscale: #4F4F4F. Windows color (decimal): -5495250 or 3024556. OLE color: 3024556.

HSL color Cylindrical-coordinate representation of color #AC262E: hue angle of 356.42º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC262E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1723846-
CMYK00.780.730.33
HSL356.42º63.81%41.18%-
HSV(B)356.42º77.91%67.45%-
XYZ18.210.353.62-
YUV78.98109.39194.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.19%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=67.19%
G=14.84%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172384600.780.730.33356.4263.8141.18
HexAC262E04E49211644029
Octal254465601161114154410051
Binary101011001001101011100100111010010011000011011001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC262E; }

 p { color: rgb(172,38,46); }

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

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

 a { background-color: rgb(172,38,46); }

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

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

 span { border-color: rgb(172,38,46); }

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