Html Css Color HEX #AD2125 Guardsman Red

📋 copy color: '#AD2125'

red 173 ◦ green 33 ◦ blue 37

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

Shades of Guardsman Red #AD2125

Tints of Guardsman Red #AD2125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.58%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 71.19%
G = 13.58%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2125 (or 0xAD2125) is known color: Guardsman Red. HEX triplet: AD, 21 and 25. RGB value is (173,33,37). Sum of RGB (Red+Green+Blue) = 173+33+37=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2125 is #52DEDA. Grayscale: #4B4B4B. Windows color (decimal): -5431003 or 2433453. OLE color: 2433453.

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

Color convert

RGB 173 33 37 -
CMYK 0 0.81 0.79 0.32
HSL 358.29º 0.68% 0.4% -
HSV(B) 358.29º 0.81% 0.68% -
XYZ 18.11 10.11 2.75 -
YUV 75.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 173 33 37 0 0.81 0.79 0.32 358.29 0.68 0.4
Hex AD 21 25 0 51 4F 20 166 44 28
Octal 255 41 45 0 121 117 40 546 104 50
Binary 10101101 100001 100101 0 1010001 1001111 100000 101100110 1000100 101000

Color Harmonies of #AD2125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2125

Black with #AD2125

Text Example


Text Example

White with #AD2125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2125; }

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

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

background-color css

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

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

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

border-color css

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

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

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