Html Css Color HEX #A83136 Guardsman Red

📋 copy color: '#A83136'

red 168 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #A83136

Tints of Guardsman Red #A83136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 61.99%
G = 18.08%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A83136 (or 0xA83136) is known color: Guardsman Red. HEX triplet: A8, 31 and 36. RGB value is (168,49,54). Sum of RGB (Red+Green+Blue) = 168+49+54=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A83136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83136 is #57CEC9. Grayscale: #555555. Windows color (decimal): -5754570 or 3551656. OLE color: 3551656.

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

Color convert

RGB 168 49 54 -
CMYK 0 0.71 0.68 0.34
HSL 357.48º 0.55% 0.43% -
HSV(B) 357.48º 0.71% 0.66% -
XYZ 17.91 10.79 4.63 -
YUV 85.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 168 49 54 0 0.71 0.68 0.34 357.48 0.55 0.43
Hex A8 31 36 0 47 44 22 165 37 2B
Octal 250 61 66 0 107 104 42 545 67 53
Binary 10101000 110001 110110 0 1000111 1000100 100010 101100101 110111 101011

Color Harmonies of #A83136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83136

Black with #A83136

Text Example


Text Example

White with #A83136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83136; }

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

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

background-color css

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

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

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

border-color css

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

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

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