Html Css Color HEX #AD1D21 Guardsman Red

📋 copy color: '#AD1D21'

red 173 ◦ green 29 ◦ blue 33

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

Shades of Guardsman Red #AD1D21

Tints of Guardsman Red #AD1D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 73.62%
G = 12.34%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD1D21 (or 0xAD1D21) is known color: Guardsman Red. HEX triplet: AD, 1D and 21. RGB value is (173,29,33). Sum of RGB (Red+Green+Blue) = 173+29+33=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D21 is #52E2DE. Grayscale: #484848. Windows color (decimal): -5432031 or 2170285. OLE color: 2170285.

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

Color convert

RGB 173 29 33 -
CMYK 0 0.83 0.81 0.32
HSL 358.33º 0.71% 0.4% -
HSV(B) 358.33º 0.83% 0.68% -
XYZ 17.95 9.87 2.4 -
YUV 72.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 173 29 33 0 0.83 0.81 0.32 358.33 0.71 0.4
Hex AD 1D 21 0 53 51 20 166 47 28
Octal 255 35 41 0 123 121 40 546 107 50
Binary 10101101 11101 100001 0 1010011 1010001 100000 101100110 1000111 101000

Color Harmonies of #AD1D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D21

Black with #AD1D21

Text Example


Text Example

White with #AD1D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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