Html Css Color HEX #AD2430 Guardsman Red

📋 copy color: '#AD2430'

red 173 ◦ green 36 ◦ blue 48

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

Shades of Guardsman Red #AD2430

Tints of Guardsman Red #AD2430

RGB

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

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

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

R = 67.32%
G = 14.01%
B = 18.68%

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

#AD2430 (or 0xAD2430) is known color: Guardsman Red. HEX triplet: AD, 24 and 30. RGB value is (173,36,48). Sum of RGB (Red+Green+Blue) = 173+36+48=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2430 is #52DBCF. Grayscale: #4E4E4E. Windows color (decimal): -5430224 or 3155117. OLE color: 3155117.

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

Color convert

RGB 173 36 48 -
CMYK 0 0.79 0.72 0.32
HSL 354.74º 0.66% 0.41% -
HSV(B) 354.74º 0.79% 0.68% -
XYZ 18.4 10.36 3.83 -
YUV 78.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 173 36 48 0 0.79 0.72 0.32 354.74 0.66 0.41
Hex AD 24 30 0 4F 48 20 163 42 29
Octal 255 44 60 0 117 110 40 543 102 51
Binary 10101101 100100 110000 0 1001111 1001000 100000 101100011 1000010 101001

Color Harmonies of #AD2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2430

Black with #AD2430

Text Example


Text Example

White with #AD2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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