Html Css Color HEX #A83032 Guardsman Red

📋 copy color: '#A83032'

red 168 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #A83032

Tints of Guardsman Red #A83032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 63.16%
G = 18.05%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A83032 (or 0xA83032) is known color: Guardsman Red. HEX triplet: A8, 30 and 32. RGB value is (168,48,50). Sum of RGB (Red+Green+Blue) = 168+48+50=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A83032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83032 is #57CFCD. Grayscale: #545454. Windows color (decimal): -5754830 or 3289256. OLE color: 3289256.

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

Color convert

RGB 168 48 50 -
CMYK 0 0.71 0.70 0.34
HSL 359º 0.56% 0.42% -
HSV(B) 359º 0.71% 0.66% -
XYZ 17.78 10.67 4.14 -
YUV 84.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 168 48 50 0 0.71 0.70 0.34 359 0.56 0.42
Hex A8 30 32 0 47 46 22 167 38 2A
Octal 250 60 62 0 107 106 42 547 70 52
Binary 10101000 110000 110010 0 1000111 1000110 100010 101100111 111000 101010

Color Harmonies of #A83032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83032

Black with #A83032

Text Example


Text Example

White with #A83032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83032; }

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

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

background-color css

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

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

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

border-color css

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

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

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