Html Css Color HEX #A8373A Guardsman Red

📋 copy color: '#A8373A'

red 168 ◦ green 55 ◦ blue 58

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

Shades of Guardsman Red #A8373A

Tints of Guardsman Red #A8373A

RGB

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

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

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

R = 59.79%
G = 19.57%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8373A (or 0xA8373A) is known color: Guardsman Red. HEX triplet: A8, 37 and 3A. RGB value is (168,55,58). Sum of RGB (Red+Green+Blue) = 168+55+58=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8373A is #57C8C5. Grayscale: #595959. Windows color (decimal): -5753030 or 3815336. OLE color: 3815336.

HSL color Cylindrical-coordinate representation of color #A8373A: hue angle of 358.41º 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 #A8373A is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 58 -
CMYK 0 0.67 0.65 0.34
HSL 358.41º 0.51% 0.44% -
HSV(B) 358.41º 0.67% 0.66% -
XYZ 18.28 11.36 5.23 -
YUV 89.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 168 55 58 0 0.67 0.65 0.34 358.41 0.51 0.44
Hex A8 37 3A 0 43 41 22 166 33 2C
Octal 250 67 72 0 103 101 42 546 63 54
Binary 10101000 110111 111010 0 1000011 1000001 100010 101100110 110011 101100

Color Harmonies of #A8373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8373A

Black with #A8373A

Text Example


Text Example

White with #A8373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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