Html Css Color HEX #AD232D Guardsman Red

📋 copy color: '#AD232D'

red 173 ◦ green 35 ◦ blue 45

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

Shades of Guardsman Red #AD232D

Tints of Guardsman Red #AD232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 68.38%
G = 13.83%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD232D (or 0xAD232D) is known color: Guardsman Red. HEX triplet: AD, 23 and 2D. RGB value is (173,35,45). Sum of RGB (Red+Green+Blue) = 173+35+45=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD232D is #52DCD2. Grayscale: #4D4D4D. Windows color (decimal): -5430483 or 2958253. OLE color: 2958253.

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

Color convert

RGB 173 35 45 -
CMYK 0 0.80 0.74 0.32
HSL 355.65º 0.66% 0.41% -
HSV(B) 355.65º 0.8% 0.68% -
XYZ 18.31 10.28 3.5 -
YUV 77.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 173 35 45 0 0.80 0.74 0.32 355.65 0.66 0.41
Hex AD 23 2D 0 50 4A 20 164 42 29
Octal 255 43 55 0 120 112 40 544 102 51
Binary 10101101 100011 101101 0 1010000 1001010 100000 101100100 1000010 101001

Color Harmonies of #AD232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD232D

Black with #AD232D

Text Example


Text Example

White with #AD232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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