Html Css Color HEX #AD2530 Guardsman Red

📋 copy color: '#AD2530'

red 173 ◦ green 37 ◦ blue 48

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

Shades of Guardsman Red #AD2530

Tints of Guardsman Red #AD2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 67.05%
G = 14.34%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD2530 (or 0xAD2530) is known color: Guardsman Red. HEX triplet: AD, 25 and 30. RGB value is (173,37,48). Sum of RGB (Red+Green+Blue) = 173+37+48=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2530 is #52DACF. Grayscale: #4F4F4F. Windows color (decimal): -5429968 or 3155373. OLE color: 3155373.

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

Color convert

RGB 173 37 48 -
CMYK 0 0.79 0.72 0.32
HSL 355.15º 0.65% 0.41% -
HSV(B) 355.15º 0.79% 0.68% -
XYZ 18.43 10.42 3.84 -
YUV 78.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 173 37 48 0 0.79 0.72 0.32 355.15 0.65 0.41
Hex AD 25 30 0 4F 48 20 163 41 29
Octal 255 45 60 0 117 110 40 543 101 51
Binary 10101101 100101 110000 0 1001111 1001000 100000 101100011 1000001 101001

Color Harmonies of #AD2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2530

Black with #AD2530

Text Example


Text Example

White with #AD2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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