Html Css Color HEX #A8373D Guardsman Red

📋 copy color: '#A8373D'

red 168 ◦ green 55 ◦ blue 61

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

Shades of Guardsman Red #A8373D

Tints of Guardsman Red #A8373D

RGB

 RED value IS 168 (66.02% from 255) = 59.15%

 GREEN value IS 55 (21.88% from 255) = 19.37%

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 59.15%
G = 19.37%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8373D (or 0xA8373D) is known color: Guardsman Red. HEX triplet: A8, 37 and 3D. RGB value is (168,55,61). Sum of RGB (Red+Green+Blue) = 168+55+61=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8373D is #57C8C2. Grayscale: #595959. Windows color (decimal): -5753027 or 4011944. OLE color: 4011944.

HSL color Cylindrical-coordinate representation of color #A8373D: hue angle of 356.81º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8373D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 61 -
CMYK 0 0.67 0.64 0.34
HSL 356.81º 0.51% 0.44% -
HSV(B) 356.81º 0.67% 0.66% -
XYZ 18.36 11.39 5.65 -
YUV 89.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 168 55 61 0 0.67 0.64 0.34 356.81 0.51 0.44
Hex A8 37 3D 0 43 40 22 165 33 2C
Octal 250 67 75 0 103 100 42 545 63 54
Binary 10101000 110111 111101 0 1000011 1000000 100010 101100101 110011 101100

Color Harmonies of #A8373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8373D

Black with #A8373D

Text Example


Text Example

White with #A8373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8373D; }

 p { color: rgb(168,55,61); }

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

background-color css

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

 a { background-color: rgb(168,55,61); }

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

border-color css

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

 span { border-color: rgb(168,55,61); }

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