Html Css Color HEX #A83031 Guardsman Red

📋 copy color: '#A83031'

red 168 ◦ green 48 ◦ blue 49

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

Shades of Guardsman Red #A83031

Tints of Guardsman Red #A83031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 63.4%
G = 18.11%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A83031 (or 0xA83031) is known color: Guardsman Red. HEX triplet: A8, 30 and 31. RGB value is (168,48,49). Sum of RGB (Red+Green+Blue) = 168+48+49=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A83031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83031 is #57CFCE. Grayscale: #545454. Windows color (decimal): -5754831 or 3223720. OLE color: 3223720.

HSL color Cylindrical-coordinate representation of color #A83031: hue angle of 359.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83031 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 49 -
CMYK 0 0.71 0.71 0.34
HSL 359.5º 0.56% 0.42% -
HSV(B) 359.5º 0.71% 0.66% -
XYZ 17.76 10.66 4.03 -
YUV 83.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 168 48 49 0 0.71 0.71 0.34 359.5 0.56 0.42
Hex A8 30 31 0 47 47 22 168 38 2A
Octal 250 60 61 0 107 107 42 550 70 52
Binary 10101000 110000 110001 0 1000111 1000111 100010 101101000 111000 101010

Color Harmonies of #A83031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83031

Black with #A83031

Text Example


Text Example

White with #A83031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83031; }

 p { color: rgb(168,48,49); }

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

background-color css

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

 a { background-color: rgb(168,48,49); }

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

border-color css

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

 span { border-color: rgb(168,48,49); }

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