Html Css Color HEX #AD262E Guardsman Red

📋 copy color: '#AD262E'

red 173 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #AD262E

Tints of Guardsman Red #AD262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 67.32%
G = 14.79%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD262E (or 0xAD262E) is known color: Guardsman Red. HEX triplet: AD, 26 and 2E. RGB value is (173,38,46). Sum of RGB (Red+Green+Blue) = 173+38+46=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD262E is #52D9D1. Grayscale: #4F4F4F. Windows color (decimal): -5429714 or 3024557. OLE color: 3024557.

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

Color convert

RGB 173 38 46 -
CMYK 0 0.78 0.73 0.32
HSL 356.44º 0.64% 0.41% -
HSV(B) 356.44º 0.78% 0.68% -
XYZ 18.42 10.47 3.63 -
YUV 79.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 173 38 46 0 0.78 0.73 0.32 356.44 0.64 0.41
Hex AD 26 2E 0 4E 49 20 164 40 29
Octal 255 46 56 0 116 111 40 544 100 51
Binary 10101101 100110 101110 0 1001110 1001001 100000 101100100 1000000 101001

Color Harmonies of #AD262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD262E

Black with #AD262E

Text Example


Text Example

White with #AD262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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