Html Css Color HEX #AD262B Guardsman Red

📋 copy color: '#AD262B'

red 173 ◦ green 38 ◦ blue 43

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

Shades of Guardsman Red #AD262B

Tints of Guardsman Red #AD262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 68.11%
G = 14.96%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD262B (or 0xAD262B) is known color: Guardsman Red. HEX triplet: AD, 26 and 2B. RGB value is (173,38,43). Sum of RGB (Red+Green+Blue) = 173+38+43=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD262B is #52D9D4. Grayscale: #4F4F4F. Windows color (decimal): -5429717 or 2827949. OLE color: 2827949.

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

Color convert

RGB 173 38 43 -
CMYK 0 0.78 0.75 0.32
HSL 357.78º 0.64% 0.41% -
HSV(B) 357.78º 0.78% 0.68% -
XYZ 18.36 10.44 3.33 -
YUV 78.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 173 38 43 0 0.78 0.75 0.32 357.78 0.64 0.41
Hex AD 26 2B 0 4E 4B 20 166 40 29
Octal 255 46 53 0 116 113 40 546 100 51
Binary 10101101 100110 101011 0 1001110 1001011 100000 101100110 1000000 101001

Color Harmonies of #AD262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD262B

Black with #AD262B

Text Example


Text Example

White with #AD262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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