Html Css Color HEX #A8373E Guardsman Red

📋 copy color: '#A8373E'

red 168 ◦ green 55 ◦ blue 62

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

Shades of Guardsman Red #A8373E

Tints of Guardsman Red #A8373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 58.95%
G = 19.3%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8373E (or 0xA8373E) is known color: Guardsman Red. HEX triplet: A8, 37 and 3E. RGB value is (168,55,62). Sum of RGB (Red+Green+Blue) = 168+55+62=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8373E is #57C8C1. Grayscale: #595959. Windows color (decimal): -5753026 or 4077480. OLE color: 4077480.

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

Color convert

RGB 168 55 62 -
CMYK 0 0.67 0.63 0.34
HSL 356.28º 0.51% 0.44% -
HSV(B) 356.28º 0.67% 0.66% -
XYZ 18.38 11.41 5.79 -
YUV 89.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 168 55 62 0 0.67 0.63 0.34 356.28 0.51 0.44
Hex A8 37 3E 0 43 3F 22 164 33 2C
Octal 250 67 76 0 103 77 42 544 63 54
Binary 10101000 110111 111110 0 1000011 111111 100010 101100100 110011 101100

Color Harmonies of #A8373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8373E

Black with #A8373E

Text Example


Text Example

White with #A8373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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