Html Css Color HEX #AD2933 Guardsman Red

📋 copy color: '#AD2933'

red 173 ◦ green 41 ◦ blue 51

#AD2933
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AD2933

Tints of Guardsman Red #AD2933

RGB

 RED value IS 173 (67.97% from 255) = 65.28%

 GREEN value IS 41 (16.41% from 255) = 15.47%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 65.28%
G = 15.47%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD2933 (or 0xAD2933) is known color: Guardsman Red. HEX triplet: AD, 29 and 33. RGB value is (173,41,51). Sum of RGB (Red+Green+Blue) = 173+41+51=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2933 is #52D6CC. Grayscale: #515151. Windows color (decimal): -5428941 or 3353005. OLE color: 3353005.

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

Color convert

RGB 173 41 51 -
CMYK 0 0.76 0.71 0.32
HSL 355.45º 0.62% 0.42% -
HSV(B) 355.45º 0.76% 0.68% -
XYZ 18.62 10.71 4.22 -
YUV 81.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 173 41 51 0 0.76 0.71 0.32 355.45 0.62 0.42
Hex AD 29 33 0 4C 47 20 163 3E 2A
Octal 255 51 63 0 114 107 40 543 76 52
Binary 10101101 101001 110011 0 1001100 1000111 100000 101100011 111110 101010

Color Harmonies of #AD2933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2933

Black with #AD2933

Text Example


Text Example

White with #AD2933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2933; }

 p { color: rgb(173,41,51); }

 H1.HeaderClassName
 {
   color: #AD2933;
 }
 .AnyTagClassName
 {
   color: #AD2933;
 }
</style>

background-color css

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

 a { background-color: rgb(173,41,51); }

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

border-color css

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

 span { border-color: rgb(173,41,51); }

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