Html Css Color HEX #AD1D23 Guardsman Red

📋 copy color: '#AD1D23'

red 173 ◦ green 29 ◦ blue 35

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

Shades of Guardsman Red #AD1D23

Tints of Guardsman Red #AD1D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

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

R = 73%
G = 12.24%
B = 14.77%

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

#AD1D23 (or 0xAD1D23) is known color: Guardsman Red. HEX triplet: AD, 1D and 23. RGB value is (173,29,35). Sum of RGB (Red+Green+Blue) = 173+29+35=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D23 is #52E2DC. Grayscale: #484848. Windows color (decimal): -5432029 or 2301357. OLE color: 2301357.

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

Color convert

RGB 173 29 35 -
CMYK 0 0.83 0.80 0.32
HSL 357.5º 0.71% 0.4% -
HSV(B) 357.5º 0.83% 0.68% -
XYZ 17.98 9.88 2.55 -
YUV 72.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 173 29 35 0 0.83 0.80 0.32 357.5 0.71 0.4
Hex AD 1D 23 0 53 50 20 166 47 28
Octal 255 35 43 0 123 120 40 546 107 50
Binary 10101101 11101 100011 0 1010011 1010000 100000 101100110 1000111 101000

Color Harmonies of #AD1D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D23

Black with #AD1D23

Text Example


Text Example

White with #AD1D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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