#AC383B

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

Shades of Guardsman Red #AC383B

Tints of Guardsman Red #AC383B

Color information

#AC383B (or 0xAC383B) is unknown color: approx Guardsman Red. HEX triplet: AC, 38 and 3B. RGB value is (172,56,59). Sum of RGB (Red+Green+Blue) = 172+56+59=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC383B is #53C7C4. Grayscale: #5B5B5B. Windows color (decimal): -5490629 or 3881132. OLE color: 3881132.

HSL color Cylindrical-coordinate representation of color #AC383B: hue angle of 358.45º 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 #AC383B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1725659-
CMYK00.670.660.33
HSL358.45º50.88%44.71%-
HSV(B)358.45º67.44%67.45%-
XYZ19.2211.915.42-
YUV91.03109.93185.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.93%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=59.93%
G=19.51%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172565900.670.660.33358.4550.8844.71
HexAC383B0434221166332d
Octal25470730103102415466355
Binary10101100111000111011010000111000010100001101100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC383B; }

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

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

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

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

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

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

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

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