#ad2f32

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

Shades of Guardsman Red #AD2F32

Tints of Guardsman Red #AD2F32

Color information

#AD2F32 (or 0xAD2F32) is unknown color: approx Guardsman Red. HEX triplet: AD, 2F and 32. RGB value is (173,47,50). Sum of RGB (Red+Green+Blue) = 173+47+50=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F32 is #52D0CD. Grayscale: #555555. Windows color (decimal): -5427406 or 3289005. OLE color: 3289005.

HSL color Cylindrical-coordinate representation of color #AD2F32: hue angle of 358.57º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2F32 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1734750-
CMYK00.730.710.32
HSL358.57º57.27%43.14%-
HSV(B)358.57º72.83%67.84%-
XYZ18.8311.154.18-
YUV85.02108.24190.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.07%
GREEN value IS 47 (18.75% from 255) = 17.41%
BLUE value IS 50 (19.92% from 255) = 18.52%
R=64.07%
G=17.41%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173475000.730.710.32358.5757.2743.14
HexAD2F320494720167392b
Octal25557620111107405477153
Binary10101101101111110010010010011000111100000101100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2f32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2f32; }

 p { color: rgb(173,47,50); }

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

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

 a { background-color: rgb(173,47,50); }

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

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

 span { border-color: rgb(173,47,50); }

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