Html Css Color HEX #AD212B Guardsman Red

📋 copy color: '#AD212B'

red 173 ◦ green 33 ◦ blue 43

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

Shades of Guardsman Red #AD212B

Tints of Guardsman Red #AD212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 69.48%
G = 13.25%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD212B (or 0xAD212B) is known color: Guardsman Red. HEX triplet: AD, 21 and 2B. RGB value is (173,33,43). Sum of RGB (Red+Green+Blue) = 173+33+43=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD212B is #52DED4. Grayscale: #4C4C4C. Windows color (decimal): -5430997 or 2826669. OLE color: 2826669.

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

Color convert

RGB 173 33 43 -
CMYK 0 0.81 0.75 0.32
HSL 355.71º 0.68% 0.4% -
HSV(B) 355.71º 0.81% 0.68% -
XYZ 18.21 10.15 3.28 -
YUV 76 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 173 33 43 0 0.81 0.75 0.32 355.71 0.68 0.4
Hex AD 21 2B 0 51 4B 20 164 44 28
Octal 255 41 53 0 121 113 40 544 104 50
Binary 10101101 100001 101011 0 1010001 1001011 100000 101100100 1000100 101000

Color Harmonies of #AD212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD212B

Black with #AD212B

Text Example


Text Example

White with #AD212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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