Html Css Color HEX #AD383A Guardsman Red

📋 copy color: '#AD383A'

red 173 ◦ green 56 ◦ blue 58

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

Shades of Guardsman Red #AD383A

Tints of Guardsman Red #AD383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 60.28%
G = 19.51%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD383A (or 0xAD383A) is known color: Guardsman Red. HEX triplet: AD, 38 and 3A. RGB value is (173,56,58). Sum of RGB (Red+Green+Blue) = 173+56+58=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD383A is #52C7C5. Grayscale: #5B5B5B. Windows color (decimal): -5425094 or 3815597. OLE color: 3815597.

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

Color convert

RGB 173 56 58 -
CMYK 0 0.68 0.66 0.32
HSL 358.97º 0.51% 0.45% -
HSV(B) 358.97º 0.68% 0.68% -
XYZ 19.41 12.02 5.3 -
YUV 91.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 173 56 58 0 0.68 0.66 0.32 358.97 0.51 0.45
Hex AD 38 3A 0 44 42 20 167 33 2D
Octal 255 70 72 0 104 102 40 547 63 55
Binary 10101101 111000 111010 0 1000100 1000010 100000 101100111 110011 101101

Color Harmonies of #AD383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD383A

Black with #AD383A

Text Example


Text Example

White with #AD383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD383A; }

 p { color: rgb(173,56,58); }

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

background-color css

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

 a { background-color: rgb(173,56,58); }

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

border-color css

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

 span { border-color: rgb(173,56,58); }

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