Html Css Color HEX #AD272B Guardsman Red

📋 copy color: '#AD272B'

red 173 ◦ green 39 ◦ blue 43

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

Shades of Guardsman Red #AD272B

Tints of Guardsman Red #AD272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

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

R = 67.84%
G = 15.29%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD272B (or 0xAD272B) is known color: Guardsman Red. HEX triplet: AD, 27 and 2B. RGB value is (173,39,43). Sum of RGB (Red+Green+Blue) = 173+39+43=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD272B is #52D8D4. Grayscale: #4F4F4F. Windows color (decimal): -5429461 or 2828205. OLE color: 2828205.

HSL color Cylindrical-coordinate representation of color #AD272B: hue angle of 358.21º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD272B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 43 -
CMYK 0 0.77 0.75 0.32
HSL 358.21º 0.63% 0.42% -
HSV(B) 358.21º 0.77% 0.68% -
XYZ 18.4 10.51 3.34 -
YUV 79.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 173 39 43 0 0.77 0.75 0.32 358.21 0.63 0.42
Hex AD 27 2B 0 4D 4B 20 166 3F 2A
Octal 255 47 53 0 115 113 40 546 77 52
Binary 10101101 100111 101011 0 1001101 1001011 100000 101100110 111111 101010

Color Harmonies of #AD272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD272B

Black with #AD272B

Text Example


Text Example

White with #AD272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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