Html Css Color HEX #AD2630 Guardsman Red

📋 copy color: '#AD2630'

red 173 ◦ green 38 ◦ blue 48

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

Shades of Guardsman Red #AD2630

Tints of Guardsman Red #AD2630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 66.8%
G = 14.67%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD2630 (or 0xAD2630) is known color: Guardsman Red. HEX triplet: AD, 26 and 30. RGB value is (173,38,48). Sum of RGB (Red+Green+Blue) = 173+38+48=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2630 is #52D9CF. Grayscale: #4F4F4F. Windows color (decimal): -5429712 or 3155629. OLE color: 3155629.

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

Color convert

RGB 173 38 48 -
CMYK 0 0.78 0.72 0.32
HSL 355.56º 0.64% 0.41% -
HSV(B) 355.56º 0.78% 0.68% -
XYZ 18.46 10.48 3.85 -
YUV 79.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 173 38 48 0 0.78 0.72 0.32 355.56 0.64 0.41
Hex AD 26 30 0 4E 48 20 164 40 29
Octal 255 46 60 0 116 110 40 544 100 51
Binary 10101101 100110 110000 0 1001110 1001000 100000 101100100 1000000 101001

Color Harmonies of #AD2630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2630

Black with #AD2630

Text Example


Text Example

White with #AD2630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2630; }

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

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

background-color css

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

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

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

border-color css

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

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

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