Html Css Color HEX #AD2327 Guardsman Red

📋 copy color: '#AD2327'

red 173 ◦ green 35 ◦ blue 39

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

Shades of Guardsman Red #AD2327

Tints of Guardsman Red #AD2327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 70.04%
G = 14.17%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2327 (or 0xAD2327) is known color: Guardsman Red. HEX triplet: AD, 23 and 27. RGB value is (173,35,39). Sum of RGB (Red+Green+Blue) = 173+35+39=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2327 is #52DCD8. Grayscale: #4C4C4C. Windows color (decimal): -5430489 or 2565037. OLE color: 2565037.

HSL color Cylindrical-coordinate representation of color #AD2327: hue angle of 358.26º 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 #AD2327 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 39 -
CMYK 0 0.80 0.77 0.32
HSL 358.26º 0.66% 0.41% -
HSV(B) 358.26º 0.8% 0.68% -
XYZ 18.2 10.23 2.94 -
YUV 76.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 173 35 39 0 0.80 0.77 0.32 358.26 0.66 0.41
Hex AD 23 27 0 50 4D 20 166 42 29
Octal 255 43 47 0 120 115 40 546 102 51
Binary 10101101 100011 100111 0 1010000 1001101 100000 101100110 1000010 101001

Color Harmonies of #AD2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2327

Black with #AD2327

Text Example


Text Example

White with #AD2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2327; }

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

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

background-color css

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

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

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

border-color css

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

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

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