#AC383D

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

Shades of Guardsman Red #AC383D

Tints of Guardsman Red #AC383D

Color information

#AC383D (or 0xAC383D) is unknown color: approx Guardsman Red. HEX triplet: AC, 38 and 3D. RGB value is (172,56,61). Sum of RGB (Red+Green+Blue) = 172+56+61=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC383D is #53C7C2. Grayscale: #5B5B5B. Windows color (decimal): -5490627 or 4012204. OLE color: 4012204.

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

Color convert

RGB1725661-
CMYK00.670.650.33
HSL357.41º50.88%44.71%-
HSV(B)357.41º67.44%67.45%-
XYZ19.2711.945.7-
YUV91.25110.93185.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=59.52%
G=19.38%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172566100.670.650.33357.4150.8844.71
HexAC383D0434121165332d
Octal25470750103101415456355
Binary10101100111000111101010000111000001100001101100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC383D; }

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

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

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

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

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

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

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

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