Html Css Color HEX #A8383E Guardsman Red

📋 copy color: '#A8383E'

red 168 ◦ green 56 ◦ blue 62

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

Shades of Guardsman Red #A8383E

Tints of Guardsman Red #A8383E

RGB

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

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

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

R = 58.74%
G = 19.58%
B = 21.68%

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

#A8383E (or 0xA8383E) is known color: Guardsman Red. HEX triplet: A8, 38 and 3E. RGB value is (168,56,62). Sum of RGB (Red+Green+Blue) = 168+56+62=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A8383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8383E is #57C7C1. Grayscale: #5A5A5A. Windows color (decimal): -5752770 or 4077736. OLE color: 4077736.

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

Color convert

RGB 168 56 62 -
CMYK 0 0.67 0.63 0.34
HSL 356.79º 0.5% 0.44% -
HSV(B) 356.79º 0.67% 0.66% -
XYZ 18.43 11.5 5.81 -
YUV 90.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 168 56 62 0 0.67 0.63 0.34 356.79 0.5 0.44
Hex A8 38 3E 0 43 3F 22 165 32 2C
Octal 250 70 76 0 103 77 42 545 62 54
Binary 10101000 111000 111110 0 1000011 111111 100010 101100101 110010 101100

Color Harmonies of #A8383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8383E

Black with #A8383E

Text Example


Text Example

White with #A8383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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