Html Css Color HEX #AD242B Guardsman Red

📋 copy color: '#AD242B'

red 173 ◦ green 36 ◦ blue 43

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

Shades of Guardsman Red #AD242B

Tints of Guardsman Red #AD242B

RGB

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

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

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

R = 68.65%
G = 14.29%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD242B (or 0xAD242B) is known color: Guardsman Red. HEX triplet: AD, 24 and 2B. RGB value is (173,36,43). Sum of RGB (Red+Green+Blue) = 173+36+43=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD242B is #52DBD4. Grayscale: #4D4D4D. Windows color (decimal): -5430229 or 2827437. OLE color: 2827437.

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

Color convert

RGB 173 36 43 -
CMYK 0 0.79 0.75 0.32
HSL 356.93º 0.66% 0.41% -
HSV(B) 356.93º 0.79% 0.68% -
XYZ 18.3 10.32 3.31 -
YUV 77.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 173 36 43 0 0.79 0.75 0.32 356.93 0.66 0.41
Hex AD 24 2B 0 4F 4B 20 165 42 29
Octal 255 44 53 0 117 113 40 545 102 51
Binary 10101101 100100 101011 0 1001111 1001011 100000 101100101 1000010 101001

Color Harmonies of #AD242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD242B

Black with #AD242B

Text Example


Text Example

White with #AD242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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