Html Css Color HEX #AD242D Guardsman Red

📋 copy color: '#AD242D'

red 173 ◦ green 36 ◦ blue 45

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

Shades of Guardsman Red #AD242D

Tints of Guardsman Red #AD242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 68.11%
G = 14.17%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD242D (or 0xAD242D) is known color: Guardsman Red. HEX triplet: AD, 24 and 2D. RGB value is (173,36,45). Sum of RGB (Red+Green+Blue) = 173+36+45=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD242D is #52DBD2. Grayscale: #4E4E4E. Windows color (decimal): -5430227 or 2958509. OLE color: 2958509.

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

Color convert

RGB 173 36 45 -
CMYK 0 0.79 0.74 0.32
HSL 356.06º 0.66% 0.41% -
HSV(B) 356.06º 0.79% 0.68% -
XYZ 18.34 10.34 3.51 -
YUV 77.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 173 36 45 0 0.79 0.74 0.32 356.06 0.66 0.41
Hex AD 24 2D 0 4F 4A 20 164 42 29
Octal 255 44 55 0 117 112 40 544 102 51
Binary 10101101 100100 101101 0 1001111 1001010 100000 101100100 1000010 101001

Color Harmonies of #AD242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD242D

Black with #AD242D

Text Example


Text Example

White with #AD242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD242D; }

 p { color: rgb(173,36,45); }

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

background-color css

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

 a { background-color: rgb(173,36,45); }

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

border-color css

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

 span { border-color: rgb(173,36,45); }

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