Html Css Color HEX #AD2B34 Guardsman Red

📋 copy color: '#AD2B34'

red 173 ◦ green 43 ◦ blue 52

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

Shades of Guardsman Red #AD2B34

Tints of Guardsman Red #AD2B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

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

R = 64.55%
G = 16.04%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD2B34 (or 0xAD2B34) is known color: Guardsman Red. HEX triplet: AD, 2B and 34. RGB value is (173,43,52). Sum of RGB (Red+Green+Blue) = 173+43+52=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B34 is #52D4CB. Grayscale: #525252. Windows color (decimal): -5428428 or 3419053. OLE color: 3419053.

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

Color convert

RGB 173 43 52 -
CMYK 0 0.75 0.70 0.32
HSL 355.85º 0.6% 0.42% -
HSV(B) 355.85º 0.75% 0.68% -
XYZ 18.72 10.86 4.36 -
YUV 82.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 173 43 52 0 0.75 0.70 0.32 355.85 0.6 0.42
Hex AD 2B 34 0 4B 46 20 164 3C 2A
Octal 255 53 64 0 113 106 40 544 74 52
Binary 10101101 101011 110100 0 1001011 1000110 100000 101100100 111100 101010

Color Harmonies of #AD2B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B34

Black with #AD2B34

Text Example


Text Example

White with #AD2B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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