Html Css Color HEX #AD2C33 Guardsman Red

📋 copy color: '#AD2C33'

red 173 ◦ green 44 ◦ blue 51

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

Shades of Guardsman Red #AD2C33

Tints of Guardsman Red #AD2C33

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.42%

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

R = 64.55%
G = 16.42%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD2C33 (or 0xAD2C33) is known color: Guardsman Red. HEX triplet: AD, 2C and 33. RGB value is (173,44,51). Sum of RGB (Red+Green+Blue) = 173+44+51=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C33 is #52D3CC. Grayscale: #535353. Windows color (decimal): -5428173 or 3353773. OLE color: 3353773.

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

Color convert

RGB 173 44 51 -
CMYK 0 0.75 0.71 0.32
HSL 356.74º 0.59% 0.43% -
HSV(B) 356.74º 0.75% 0.68% -
XYZ 18.73 10.92 4.25 -
YUV 83.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 173 44 51 0 0.75 0.71 0.32 356.74 0.59 0.43
Hex AD 2C 33 0 4B 47 20 165 3B 2B
Octal 255 54 63 0 113 107 40 545 73 53
Binary 10101101 101100 110011 0 1001011 1000111 100000 101100101 111011 101011

Color Harmonies of #AD2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C33

Black with #AD2C33

Text Example


Text Example

White with #AD2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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