#AC333D

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

Shades of Guardsman Red #AC333D

Tints of Guardsman Red #AC333D

Color information

#AC333D (or 0xAC333D) is unknown color: approx Guardsman Red. HEX triplet: AC, 33 and 3D. RGB value is (172,51,61). Sum of RGB (Red+Green+Blue) = 172+51+61=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC333D is #53CCC2. Grayscale: #585858. Windows color (decimal): -5491907 or 4010924. OLE color: 4010924.

HSL color Cylindrical-coordinate representation of color #AC333D: hue angle of 355.04º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC333D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1725161-
CMYK00.700.650.33
HSL355.04º54.26%43.73%-
HSV(B)355.04º70.35%67.45%-
XYZ19.0411.485.63-
YUV88.32112.59187.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=60.56%
G=17.96%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172516100.700.650.33355.0454.2643.73
HexAC333D0464121163362c
Octal25463750106101415436654
Binary10101100110011111101010001101000001100001101100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC333D; }

 p { color: rgb(172,51,61); }

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

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

 a { background-color: rgb(172,51,61); }

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

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

 span { border-color: rgb(172,51,61); }

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