Html Css Color HEX #AD232A Guardsman Red

📋 copy color: '#AD232A'

red 173 ◦ green 35 ◦ blue 42

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

Shades of Guardsman Red #AD232A

Tints of Guardsman Red #AD232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 69.2%
G = 14%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD232A (or 0xAD232A) is known color: Guardsman Red. HEX triplet: AD, 23 and 2A. RGB value is (173,35,42). Sum of RGB (Red+Green+Blue) = 173+35+42=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD232A is #52DCD5. Grayscale: #4D4D4D. Windows color (decimal): -5430486 or 2761645. OLE color: 2761645.

HSL color Cylindrical-coordinate representation of color #AD232A: hue angle of 356.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD232A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 42 -
CMYK 0 0.80 0.76 0.32
HSL 356.96º 0.66% 0.41% -
HSV(B) 356.96º 0.8% 0.68% -
XYZ 18.25 10.25 3.21 -
YUV 77.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 173 35 42 0 0.80 0.76 0.32 356.96 0.66 0.41
Hex AD 23 2A 0 50 4C 20 165 42 29
Octal 255 43 52 0 120 114 40 545 102 51
Binary 10101101 100011 101010 0 1010000 1001100 100000 101100101 1000010 101001

Color Harmonies of #AD232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD232A

Black with #AD232A

Text Example


Text Example

White with #AD232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD232A; }

 p { color: rgb(173,35,42); }

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

background-color css

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

 a { background-color: rgb(173,35,42); }

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

border-color css

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

 span { border-color: rgb(173,35,42); }

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