#AC383A

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

Shades of Guardsman Red #AC383A

Tints of Guardsman Red #AC383A

Color information

#AC383A (or 0xAC383A) is unknown color: approx Guardsman Red. HEX triplet: AC, 38 and 3A. RGB value is (172,56,58). Sum of RGB (Red+Green+Blue) = 172+56+58=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC383A is #53C7C5. Grayscale: #5B5B5B. Windows color (decimal): -5490630 or 3815596. OLE color: 3815596.

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

Color convert

RGB1725658-
CMYK00.670.660.33
HSL358.97º50.88%44.71%-
HSV(B)358.97º67.44%67.45%-
XYZ19.1911.95.29-
YUV90.91109.43185.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.14%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=60.14%
G=19.58%
B=20.28%

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
Decimal172565800.670.660.33358.9750.8844.71
HexAC383A0434221167332d
Octal25470720103102415476355
Binary10101100111000111010010000111000010100001101100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC383A; }

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

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

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

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

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

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

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

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