Html Css Color HEX #AD2326 Guardsman Red

📋 copy color: '#AD2326'

red 173 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #AD2326

Tints of Guardsman Red #AD2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 70.33%
G = 14.23%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2326 (or 0xAD2326) is known color: Guardsman Red. HEX triplet: AD, 23 and 26. RGB value is (173,35,38). Sum of RGB (Red+Green+Blue) = 173+35+38=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2326 is #52DCD9. Grayscale: #4C4C4C. Windows color (decimal): -5430490 or 2499501. OLE color: 2499501.

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

Color convert

RGB 173 35 38 -
CMYK 0 0.80 0.78 0.32
HSL 358.7º 0.66% 0.41% -
HSV(B) 358.7º 0.8% 0.68% -
XYZ 18.18 10.23 2.85 -
YUV 76.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 173 35 38 0 0.80 0.78 0.32 358.7 0.66 0.41
Hex AD 23 26 0 50 4E 20 167 42 29
Octal 255 43 46 0 120 116 40 547 102 51
Binary 10101101 100011 100110 0 1010000 1001110 100000 101100111 1000010 101001

Color Harmonies of #AD2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2326

Black with #AD2326

Text Example


Text Example

White with #AD2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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