Html Css Color HEX #AD2934 Guardsman Red

📋 copy color: '#AD2934'

red 173 ◦ green 41 ◦ blue 52

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

Shades of Guardsman Red #AD2934

Tints of Guardsman Red #AD2934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 65.04%
G = 15.41%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD2934 (or 0xAD2934) is known color: Guardsman Red. HEX triplet: AD, 29 and 34. RGB value is (173,41,52). Sum of RGB (Red+Green+Blue) = 173+41+52=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2934 is #52D6CB. Grayscale: #515151. Windows color (decimal): -5428940 or 3418541. OLE color: 3418541.

HSL color Cylindrical-coordinate representation of color #AD2934: hue angle of 355º 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 #AD2934 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 52 -
CMYK 0 0.76 0.70 0.32
HSL 355º 0.62% 0.42% -
HSV(B) 355º 0.76% 0.68% -
XYZ 18.65 10.72 4.33 -
YUV 81.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 173 41 52 0 0.76 0.70 0.32 355 0.62 0.42
Hex AD 29 34 0 4C 46 20 163 3E 2A
Octal 255 51 64 0 114 106 40 543 76 52
Binary 10101101 101001 110100 0 1001100 1000110 100000 101100011 111110 101010

Color Harmonies of #AD2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2934

Black with #AD2934

Text Example


Text Example

White with #AD2934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2934; }

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

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

background-color css

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

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

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

border-color css

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

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

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