Html Css Color HEX #AD1E23 Guardsman Red

📋 copy color: '#AD1E23'

red 173 ◦ green 30 ◦ blue 35

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

Shades of Guardsman Red #AD1E23

Tints of Guardsman Red #AD1E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.61%

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

R = 72.69%
G = 12.61%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD1E23 (or 0xAD1E23) is known color: Guardsman Red. HEX triplet: AD, 1E and 23. RGB value is (173,30,35). Sum of RGB (Red+Green+Blue) = 173+30+35=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E23 is #52E1DC. Grayscale: #494949. Windows color (decimal): -5431773 or 2301613. OLE color: 2301613.

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

Color convert

RGB 173 30 35 -
CMYK 0 0.83 0.80 0.32
HSL 357.9º 0.7% 0.4% -
HSV(B) 357.9º 0.83% 0.68% -
XYZ 18 9.93 2.56 -
YUV 73.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 173 30 35 0 0.83 0.80 0.32 357.9 0.7 0.4
Hex AD 1E 23 0 53 50 20 166 46 28
Octal 255 36 43 0 123 120 40 546 106 50
Binary 10101101 11110 100011 0 1010011 1010000 100000 101100110 1000110 101000

Color Harmonies of #AD1E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E23

Black with #AD1E23

Text Example


Text Example

White with #AD1E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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