Html Css Color HEX #AD2123 Guardsman Red

📋 copy color: '#AD2123'

red 173 ◦ green 33 ◦ blue 35

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

Shades of Guardsman Red #AD2123

Tints of Guardsman Red #AD2123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

 BLUE value IS 35 (14.06% from 255) = 14.52%

R = 71.78%
G = 13.69%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD2123 (or 0xAD2123) is known color: Guardsman Red. HEX triplet: AD, 21 and 23. RGB value is (173,33,35). Sum of RGB (Red+Green+Blue) = 173+33+35=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2123 is #52DEDC. Grayscale: #4B4B4B. Windows color (decimal): -5431005 or 2302381. OLE color: 2302381.

HSL color Cylindrical-coordinate representation of color #AD2123: hue angle of 359.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2123 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 33 35 -
CMYK 0 0.81 0.80 0.32
HSL 359.14º 0.68% 0.4% -
HSV(B) 359.14º 0.81% 0.68% -
XYZ 18.08 10.09 2.59 -
YUV 75.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 173 33 35 0 0.81 0.80 0.32 359.14 0.68 0.4
Hex AD 21 23 0 51 50 20 167 44 28
Octal 255 41 43 0 121 120 40 547 104 50
Binary 10101101 100001 100011 0 1010001 1010000 100000 101100111 1000100 101000

Color Harmonies of #AD2123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2123

Black with #AD2123

Text Example


Text Example

White with #AD2123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2123; }

 p { color: rgb(173,33,35); }

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

background-color css

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

 a { background-color: rgb(173,33,35); }

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

border-color css

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

 span { border-color: rgb(173,33,35); }

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