#AD262B

Color #AD262B Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #AD262B

Tints of Guardsman Red #AD262B

Color information

#AD262B (or 0xAD262B) is unknown color: approx 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

RGB1733843-
CMYK00.780.750.32
HSL357.78º63.98%41.37%-
HSV(B)357.78º78.03%67.84%-
XYZ18.3610.443.33-
YUV78.93107.73195.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173384300.780.750.32357.7863.9841.37
HexAD262B04E4B201664029
Octal255465301161134054610051
Binary101011011001101010110100111010010111000001011001101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>