Html Css Color HEX #AD2834 Guardsman Red

📋 copy color: '#AD2834'

red 173 ◦ green 40 ◦ blue 52

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

Shades of Guardsman Red #AD2834

Tints of Guardsman Red #AD2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 65.28%
G = 15.09%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD2834 (or 0xAD2834) is known color: Guardsman Red. HEX triplet: AD, 28 and 34. RGB value is (173,40,52). Sum of RGB (Red+Green+Blue) = 173+40+52=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2834 is #52D7CB. Grayscale: #515151. Windows color (decimal): -5429196 or 3418285. OLE color: 3418285.

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

Color convert

RGB 173 40 52 -
CMYK 0 0.77 0.70 0.32
HSL 354.59º 0.62% 0.42% -
HSV(B) 354.59º 0.77% 0.68% -
XYZ 18.61 10.65 4.32 -
YUV 81.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 173 40 52 0 0.77 0.70 0.32 354.59 0.62 0.42
Hex AD 28 34 0 4D 46 20 163 3E 2A
Octal 255 50 64 0 115 106 40 543 76 52
Binary 10101101 101000 110100 0 1001101 1000110 100000 101100011 111110 101010

Color Harmonies of #AD2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2834

Black with #AD2834

Text Example


Text Example

White with #AD2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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