Html Css Color HEX #AD2730 Guardsman Red

📋 copy color: '#AD2730'

red 173 ◦ green 39 ◦ blue 48

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

Shades of Guardsman Red #AD2730

Tints of Guardsman Red #AD2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 66.54%
G = 15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD2730 (or 0xAD2730) is known color: Guardsman Red. HEX triplet: AD, 27 and 30. RGB value is (173,39,48). Sum of RGB (Red+Green+Blue) = 173+39+48=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2730 is #52D8CF. Grayscale: #505050. Windows color (decimal): -5429456 or 3155885. OLE color: 3155885.

HSL color Cylindrical-coordinate representation of color #AD2730: hue angle of 355.97º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2730 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 48 -
CMYK 0 0.77 0.72 0.32
HSL 355.97º 0.63% 0.42% -
HSV(B) 355.97º 0.77% 0.68% -
XYZ 18.49 10.55 3.86 -
YUV 80.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 173 39 48 0 0.77 0.72 0.32 355.97 0.63 0.42
Hex AD 27 30 0 4D 48 20 164 3F 2A
Octal 255 47 60 0 115 110 40 544 77 52
Binary 10101101 100111 110000 0 1001101 1001000 100000 101100100 111111 101010

Color Harmonies of #AD2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2730

Black with #AD2730

Text Example


Text Example

White with #AD2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2730; }

 p { color: rgb(173,39,48); }

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

background-color css

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

 a { background-color: rgb(173,39,48); }

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

border-color css

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

 span { border-color: rgb(173,39,48); }

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