Html Css Color HEX #A83236 Guardsman Red

📋 copy color: '#A83236'

red 168 ◦ green 50 ◦ blue 54

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

Shades of Guardsman Red #A83236

Tints of Guardsman Red #A83236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 61.76%
G = 18.38%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A83236 (or 0xA83236) is known color: Guardsman Red. HEX triplet: A8, 32 and 36. RGB value is (168,50,54). Sum of RGB (Red+Green+Blue) = 168+50+54=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A83236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83236 is #57CDC9. Grayscale: #555555. Windows color (decimal): -5754314 or 3551912. OLE color: 3551912.

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

Color convert

RGB 168 50 54 -
CMYK 0 0.70 0.68 0.34
HSL 357.97º 0.54% 0.43% -
HSV(B) 357.97º 0.7% 0.66% -
XYZ 17.95 10.87 4.64 -
YUV 85.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 168 50 54 0 0.70 0.68 0.34 357.97 0.54 0.43
Hex A8 32 36 0 46 44 22 166 36 2B
Octal 250 62 66 0 106 104 42 546 66 53
Binary 10101000 110010 110110 0 1000110 1000100 100010 101100110 110110 101011

Color Harmonies of #A83236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83236

Black with #A83236

Text Example


Text Example

White with #A83236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83236; }

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

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

background-color css

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

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

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

border-color css

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

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

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